Project Description
{!! nl2br(ucfirst($proposal->description)) !!}
Other Comments
{!! $proposal->comments ? nl2br(ucfirst($proposal->comments)) : '-' !!}
{{ $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 @elseUnknown Client
@endifNumber # : {{ str_pad($proposal->proposal_id, 4, '0', STR_PAD_LEFT) }}
Proposal To : @if(isset($proposal->client) && !empty($proposal->client)) {{ ucfirst($proposal->client->user->first_name). ' ' .ucfirst($proposal->client->user->last_name) }} @else Unknown Client @endif @if(isset($proposal->client->business_name) && !empty($proposal->client->business_name)) {{ ucfirst($proposal->client->business_name) }} @endif @if(isset($proposal->client) && !empty($proposal->client)) {{ $proposal->client->user->email }} @endif |
Proposal Date : {{ \Carbon\Carbon::parse($proposal->date)->format('d-m-Y')}} |
Project Description
{!! nl2br(ucfirst($proposal->description)) !!}
Other Comments
{!! $proposal->comments ? nl2br(ucfirst($proposal->comments)) : '-' !!}
Refernce Files
{{ $attachment->original_name }} |
{{ number_format(($attachment->size / 1024), 2) }}KB |
Links to Inspiration
{{ strlen($link->link) > 50 ? substr($link->link, 0, 35).'...' : $link->link }} |
Quote |
|
||||
|
||||
|
Total Amount {{ $currencySymbol }}{{ number_format($totalAmount, 2) }}
Sub Total {{ $currencySymbol }}{{ number_format(($totalAmount + $taxAmount), 2) }}
Payment to be made to
Name
IBAN
Account Number
Bank Name
Country
: {{ $proposal->quote->name ? $proposal->quote->name : '-'}}
: {{ $proposal->quote->iban ? $proposal->quote->iban : '-'}}
: {{ $proposal->quote->account_number ? $proposal->quote->account_number : '-'}}
:{{ $proposal->quote->bank ? $proposal->quote->bank : '-'}}
: {{ $proposal->quote->country ? $proposal->quote->country : '-'}}
Terms & Conditions |
@foreach($serviceData as $services)
{{ ucfirst(preg_replace("/\([^)]+\)/","", $services['title'])) }} @foreach($services['conditions'] as $service){!! $service['description'] !!} @endforeach @endforeach |
2025 teem-app.com All rights reserved. |