{{ App\Models\Setting::first()->pdf_ministry_title ?? '' }}

{{ App\Models\Setting::first()->pdf_manager_title ?? '' }}

{{ App\Models\Setting::first()->pdf_office_title ?? '' }}

{{ App\Models\Setting::first()->title ?? '' }}

{{ App\Models\Setting::first()->pdf_program_title ?? '' }}

{{ $title }}
رقم البرنامج: {{ $activity_id }}
البرنامج: {{ $activity_name }}
التاريخ: {{ Alkoumi\LaravelHijriDate\Hijri::Date('Y-m-d',$activity_date) }}
المكرم: {{ $lecture_name }} وفقه الله
@if($reason)
سبب عدم التنفيذ:
{{ $reason }}
@endif {!! $body !!}
فريق العمل
@if(count($team) != 0) @foreach($team as $item) @endforeach
الاسم الوظيفة
{{ $item['name'] }} {{ $item['position'] }}
@endif