{{ 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 ?? '' }}

بيانات الميزانية


@forelse($line->bills as $bill)
@forelse ($bill->categories as $item) @empty @endforelse
الاصناف الكمية سعر الوحدة الاجمالي

{{ $item->category->name }}

{{ $item->quentity }}

{{ $item->price }} {{ $item->total }}

السعر الاجمالي

{{ $bill->total_price }}

السعر الاجمالي شامل الضريبة والخصم

{{ $bill->totel_price_with_tax }}

@empty
@endforelse

اعتماد البند

@forelse ($budget->managerUsers as $user) @empty @endforelse
الاسم الوظيفة التوقيع

{{ $user->name }}

{{ $user->jobTitle->name ?? '' }}