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

بيانات الفاتورة

@if($bill->discount)
@endif
@if($bill->tax && $bill->tax == '1')
@else
@endif

الاصناف

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

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

{{ $item->quentity }}

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

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

{{ $bill->total_price }}

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

{{ $bill->totel_price_with_tax }}