Project Description
{!! nl2br(ucfirst($proposal->description)) !!}
Other Comments
{!! $proposal->comments ? nl2br(ucfirst($proposal->comments)) : '-' !!}
{{ $proposal->client->address ? $proposal->client->address : '' }}
@endif @if($proposal->client->user->email) {{ $proposal->client->user->email }} @endif @if($proposal->client->user->contact_number){{ $proposal->client->user->country_code ? '+'.$proposal->client->user->country_code : ''}} {{ $proposal->client->user->contact_number}}
@endif @else Unknown 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 |
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 |
|
||||
|
||||
|
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 : '-'}}
Total Amount {{ $currencySymbol }}{{ number_format($totalAmount, 2) }}
Sub Total {{ $currencySymbol }}{{ number_format(($totalAmount + $taxAmount), 2) }}
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. |