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

@if($freelancer->registration_number) @endif

Quotation 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

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

@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 Qty Rate Amount
{{ 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, '.', ',') }}
{{--

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, '.', ',') }}


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

Payment to be made to:


@endif @if($quote->additional_info)

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)
@endif

Powered by

© 2025 teem-app.com All rights reserved.