A{{ $user->address_1 ? ucfirst($user->address_1).',' : '' }} {{ $user->city ? ucfirst($user->city).',' : '' }} {{ $user->zip ? $user->zip : '' }}
E{{ $user->email }}P+{{ $user->country_id}} {{ $user->contact_number}}
A{{ $user->address_1 ? ucfirst($user->address_1).',' : '' }} {{ $user->city ? ucfirst($user->city).',' : '' }} {{ $user->zip ? $user->zip : '' }}
E{{ $user->email }}P+{{ $user->country_id}} {{ $user->contact_number}}
Proposal for:{{ ucfirst($proposal->title) }} |
Proposal #{{ str_pad($proposal->proposal_id, 4, '0', STR_PAD_LEFT) }} |
|
Proposal To :{{ ucfirst($proposal->client->user->first_name).' ' .ucfirst($proposal->client->user->last_name) }} |
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@if(count($proposal->attachments)) @foreach($proposal->attachments as $attachment) {{ $attachment->original_name }}{{ number_format(($attachment->size / 1024), 2) }} KB @endforeach @else - @endifLinks to Inspiration@if(count($proposal->links)) @foreach($proposal->links as $link) {{ $link->link }} @endforeach @else - @endif |