Tax Registration Number: {{ $freelancer->registration_number }}
@endifQuotation to: @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
Quotation No : {{ str_pad($quote->quote_id,4,'0',STR_PAD_LEFT) }}
Quotation Date : {{ 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
|
||||
|
||||
|
Total Amount $1020
--}}Sub Total {{ $currencySymbol }}{{ number_format( $quote->cost_sum_count + $taxAmount, 2, '.', ',') }}
Due Amount {{ $currencySymbol }}{{ number_format((($quote->cost_sum_count + $taxAmount) - $quote->paid_sum_count), 2, '.', ',') }}
Payment to be made to:
Additional info:
{!! $quote->additional_info ? nl2br(e($quote->additional_info)) : '-' !!}
@endif @if($freelancer->registration_number)Tax Registration Number: {{ $freelancer->registration_number }}
@endif @if($quote->additional_info || $freelancer->registration_number)Powered by
© 2025 teem-app.com All rights reserved.