@if ($client_invoice->type == 'invoice')
@if ($client_invoice->paid)
مدفوعة
@elseif('unpaid')
غير مدفوعة
@else
مدفوعة جزئيا
@endif
@endif
المكرم /
{{ $client_invoice->client?->name }}
السلام عليكم ورحمه الله وبركاته وبعد
{{ date('Y-m-d ') }}
{{-- | # | --}}
الخدمة |
{{--
@if ($client_invoice->servicess()->count() > 0)
@foreach ($client_invoice->servicess as $index => $service)
| {!! $service->name !!} |
@endforeach
@else
| لا توجد خدمات متاحة |
@endif
--}}
| {!! $client_invoice->services !!} |
| مبلغ الفاتورة |
{{ $client_invoice->price }} |
| الخصم |
{{ $client_invoice->discount ?? 0 }} |
| المدفوع |
{{ $client_invoice->paid }} |
| المتبقي |
{{ $client_invoice->rest }} |
اجمالي المبلغ
({{ $client_invoice->price }})
ريال
{{-- @if ($client_invoice->description) --}}
@if ($client_invoice->type === 'invoice')
{!! $client_invoice->description !!}
@else
{!! $client_invoice->price_conditions !!}
@endif
{{--
--}}
المشرف الإداري وخدمة العملاء
أ- صالح بن حامد الشمراني
@if ($client_invoice->is_signature)
) }})
@endif
@if ($client_invoice->bank_account_id)
أسم الحساب:
{{ $client_invoice->bank->account_name }}
أسم البنك:
{{ $client_invoice->bank->bank_name }}
رقم الحساب:
{{ $client_invoice->bank->account_number }}
رقم الـIPN:
{{ $client_invoice->bank->ipn_number }}
@else
لا توجد بيانات حساب بنكي.
@endif