@if(isset($freelancer->logo_path)) @endif
@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

Quotation

Number # : {{ str_pad($quote->quote_id,4,'0',STR_PAD_LEFT) }}

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

Invoice 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) && !empty($quote->client)) {{ $quote->client->user->email }} @endif

Invoice Date : {{ date('d-m-Y', strtotime($quote->date)) }}

@php $count = 1; @endphp @foreach($quote->quoteDeliverable as $item) @php $count = $count + 1; @endphp @endforeach
Deliverables Qty Rate Cost
{{ ucfirst($item->deliverables) }} {{ $item->quantity }} {{ $currencySymbol }}{{ number_format( $item->rate, 2, '.', ',') }} {{ $currencySymbol }}{{ number_format( $item->cost, 2, '.', ',') }}
@php $taxAmount = 0; @endphp @if($quote->is_tax && $quote->tax_percentage != 0) @php $taxAmount = ($quote->cost_sum_count * $quote->tax_percentage) / 100; @endphp @endif

Sub Total {{ $currencySymbol }}{{ number_format( $quote->cost_sum_count, 2, '.', ',') }}

Amount Due {{ $currencySymbol }}{{ number_format(($quote->cost_sum_count - $quote->paid_sum_count), 2, '.', ',') }}

Payment to be made to

Name

IBAN

Account Number

Bank Name

Country

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

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

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

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

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

@if($quote->additional_info)

Additional Information

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

@endif

Powered by

2025 teem-app.com All rights reserved.