@extends('dashboard.pdfmaster') @section('content')
{{--
# {{$row->id}}
--}}
{{$row->title}}
{{$row->Department->title}}
{{__('translation.'.$row->type)}} - {{$row->code}}
{!! 'barcode' !!}
Login V2
@if(in_array($row->type, ['general_importer' ,'archived' ,'general_exporter'])) @endif @if(in_array($row->type, ['general_importer' ,'archived' ,'general_exporter', 'internal'])) @endif @if(in_array($row->type, ['general_exporter'])) @endif {{-- --}} @if(in_array($row->type, ['general_importer' ,'general_exporter', 'internal'])) @endif @if(in_array($row->type, ['internal'])) @endif
الفرع / القسم {{$row->Department->title ?? ''}}
نوع الإجراء {{__('translation.'.$row->type)}} {{-- مثال مثال مثال مثال مثال مثال مثال مثال مثال --}}
@if(in_array($row->type, ['general_exporter'])) موضوع الصادر @else الموضوع @endif {{$row->title}}
درجة الاهميه {{$row->Periority->title ?? ''}}
@if($row->type == 'general_importer') جهة الورود @endif @if($row->type == 'archived d-none') الحساب صلة @endif @if($row->type == 'general_exporter') الجهه التابع لها @endif {{$row->Entity->name ?? ''}}
@if(in_array($row->type, ['general_importer' ,'archived', 'internal'])) التاريخ @else تاريخ الصادر العام @endif {{$row->day_date ?? ''}}
اسم المستلم {{$row->reciept_name ?? ''}}
يحتاج متابعه {{$row->is_follow ? 'نعم' : 'لا'}}
عدد المرفقات {{$row->files_count}}
موافقة المدير {{$row->manager_agree ? 'نعم' : 'لا'}}
يحتاج متابعه مثال لنص يمكن استبداله
أعجلية المعاملة {{__('translation.'.$row->fast_degree)}}
درجة السريه {{__('translation.'.$row->secret_degree)}}
الرقم السري {{$row->secret_no}}
ملخص الموضوع {{$row->description}}
ملاحظات {{$row->notes}}
التاريخ
{{\Carbon\Carbon::parse($row->created_at)->format('Y-m-d')}}
{{\Carbon\Carbon::parse($row->created_at)->format('H:i a')}}
الكود
{{$row->code}}
تم الإضافة بواسطة
{{$row->User->name ?? ''}}
{{implode(',' ,$row->User()->first()->Departments()->pluck('title')->toArray()) ?? ''}}
{{--
مذكرات
لا يوجد أي مستندات حتى الآن
--}}
@endsection