@if(isset($freelancer->user) && !empty($freelancer->user)) @if($freelancer->business_name)

{{ $freelancer->business_name }}

@endif @if($freelancer->business_email) {{ $freelancer->business_email }} @endif @if($freelancer->user->contact_number)

{{ $freelancer->user->country_code ? '+'.$freelancer->user->country_code : '' }} {{ $freelancer->user->contact_number }}

@endif @if($freelancer->business_address)

{{ $freelancer->business_address ? $freelancer->business_address : '' }}

@endif @else

Unknown Client

@endif

فاتورة

رقم الفاتورة : {{ str_pad($invoiceInfo->invoice_id,4,'0',STR_PAD_LEFT) }}

إسم المشروع : {{ $invoiceInfo->title ? ucfirst($invoiceInfo->title) : '-' }}

إلى : @if(isset($invoiceInfo->client) && !empty($invoiceInfo->client)) {{ ucfirst($invoiceInfo->client->user->first_name). ' ' .ucfirst($invoiceInfo->client->user->last_name) }} @else Unknown Client @endif

@if(isset($invoiceInfo->client->business_name) && !empty($invoiceInfo->client->business_name)) {{ ucfirst($invoiceInfo->client->business_name) }} @endif

@if(isset($invoiceInfo->client) && !empty($invoiceInfo->client)) {{ $invoiceInfo->client->user->email }} @endif

تاريخ الفاتورة : {{ date('d-m-Y', strtotime($invoiceInfo->date)) }}

@php $count = 1; @endphp @foreach($invoiceInfo->invoiceItems as $item) @php $count = $count + 1; @endphp @endforeach
المخرجات العدد معدل السعر ضريبة التكلفة
{{ ucfirst($item->deliverables) }} {{ $item->quantity }} {{ $currencySymbol }}{{ number_format( $item->rate, 2, '.', ',') }} {{ $currencySymbol }}{{ number_format( (($item->quantity * $item->rate) - $item->cost), 2, '.', ',') }} {{ $currencySymbol }}{{ number_format( $item->cost, 2, '.', ',') }}

إجمالي المبلغ

{{ $currencySymbol }}{{ number_format( $invoiceInfo->cost_sum_count, 2, '.', ',') }}

المبلغ المستحق

{{ $currencySymbol }}{{ number_format(($invoiceInfo->cost_sum_count - $invoiceInfo->paid_sum_count), 2, '.', ',') }}
@if(isset($invoiceInfo->invoicePaymentUrl)) ادفع الآن @endif
{{--

إجمالي المبلغ {{ $currencySymbol }}{{ number_format( $invoiceInfo->cost_sum_count, 2, '.', ',') }}

المبلغ المستحق {{ $currencySymbol }}{{ number_format(($invoiceInfo->cost_sum_count - $invoiceInfo->paid_sum_count), 2, '.', ',') }}

--}} @if($invoiceInfo->name || $invoiceInfo->iban || $invoiceInfo->account_number || $invoiceInfo->bank || $invoiceInfo->country )

التحويل البنكي على

الإسم

الآيبان

رقم الحساب

إسم البنك

البلد

: {{ $invoiceInfo->name ? $invoiceInfo->name : '-'}}

: {{ $invoiceInfo->iban ? $invoiceInfo->iban : '-'}}

: {{ $invoiceInfo->account_number ? $invoiceInfo->account_number : '-'}}

: {{ $invoiceInfo->bank ? $invoiceInfo->bank : '-'}}

: {{ $invoiceInfo->country ? $invoiceInfo->country : '-'}}

@endif
@if($invoiceInfo->additional_info)

Additional Information

{{ $invoiceInfo->additional_info ? $invoiceInfo->additional_info : '-'}}

@endif

مشغل بواسطة

teem-app.com جميع الحقوق محفوظة . 2025