{{ ucfirst($quote->title) }}

@if($freelancer->registration_number) @endif

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

@if(isset($quote->client->business_name) && !empty($quote->client->business_name)) {{ ucfirst($quote->client->business_name) }}
@endif @if(isset($quote->client->address) && !empty($quote->client->address)) {{ ucfirst($quote->client->address) }}
@endif @if(isset($quote->client) && !empty($quote->client)) {{ $quote->client->user->email }}
@endif @if(isset($quote->client) && !empty($quote->client)) {{ '+'.$quote->client->user->country_code }} {{ $quote->client->user->contact_number }}
@endif

عرض السعر

رقم عرض السعر : {{ str_pad($quote->quote_id,4,'0',STR_PAD_LEFT) }}

تاريخ عرض السعر : {{ date('d-m-Y', strtotime($quote->date)) }}

@if(isset($freelancer->user) && !empty($freelancer->user)) @if($freelancer->business_name) {{ ucfirst($freelancer->business_name) }}
@endif @if($freelancer->business_address) {{ ucfirst($freelancer->business_address) }}
@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 @else Unknown Client @endif

@foreach($quote->quoteDeliverable as $item) @endforeach @php $taxAmount = 0; @endphp @if($quote->is_tax && $quote->tax_percentage != 0) @php $taxAmount = ($quote->cost_sum_count * $quote->tax_percentage) / 100; @endphp @endif
Item العدد معدل السعر المبلغ
{{ ucfirst($item->deliverables) }} {{ $item->quantity }} {{ $currencySymbol }}{{ number_format( $item->rate, 2, '.', ',') }} {{ $currencySymbol }}{{ number_format( $item->cost, 2, '.', ',') }}
Tax({{ $quote->tax_percentage }}%) {{ $currencySymbol }}{{ number_format( $taxAmount, 2, '.', ',') }}
{{--

إجمالي المبلغ : $1020

--}}

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

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


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

الدفع إلى :


@endif @if($quote->additional_info)

ملاحظات أخرى

{!! $quote->additional_info ? nl2br(e($quote->additional_info)) : '-' !!}

@endif @if($freelancer->registration_number)

البلد : {{ $freelancer->registration_number }}

@endif @if($quote->additional_info || $freelancer->registration_number)
@endif

Powered by

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