البلد : {{ $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
|
||||
|
||||
|
إجمالي المبلغ : $1020
--}}إجمالي المبلغ : {{ $currencySymbol }}{{ number_format( $quote->cost_sum_count + $taxAmount, 2, '.', ',') }}
المبلغ المستحق : {{ $currencySymbol }}{{ number_format((($quote->cost_sum_count + $taxAmount) - $quote->paid_sum_count), 2, '.', ',') }}
الدفع إلى :
ملاحظات أخرى
{!! $quote->additional_info ? nl2br(e($quote->additional_info)) : '-' !!}
@endif @if($freelancer->registration_number)البلد : {{ $freelancer->registration_number }}
@endif @if($quote->additional_info || $freelancer->registration_number)Powered by
teem-app.com جميع الحقوق محفوظة . 2025