{{ @$quote->contact->first_name.' '.@$quote->contact->last_name }}
{{ @$quote->contact->organization }} @if(@$quote->contact->title) ({{ @$quote->contact->title }}) @endif
|
@if($quote['quote_status_type_id'] == 5)
@if($quote['quote_status_type_id'] == 5) @if($subscribed_user->currency->country_currency=='INR')
{!! $subscribed_user->currency->country_currency_unicode !!}
@else
{!! $subscribed_user->currency->country_currency_unicode !!}
@endif{{ number_format((float)@$quote['amount_total']-(float)@$quote['amount_balance'],2) }} @else @if($subscribed_user->currency->country_currency=='INR')
{!! $subscribed_user->currency->country_currency_unicode !!}
@else
{!! $subscribed_user->currency->country_currency_unicode !!}
@endif{{ number_format((float)@$quote['amount_deposit'],2) }} @endif
Advance
|
@endif
@if($subscribed_user->currency->country_currency=='INR')
{!! $subscribed_user->currency->country_currency_unicode !!}
@else
{!! $subscribed_user->currency->country_currency_unicode !!}
@endif{{ number_format(@$quote['amount_balance'],2) }}
@if(@$quote->timeline->reject_at == null) Balance @endif
|
Signature
|
@if(@$quote->reject_reason)
{{ @$quote->reject_reason }}
Rejected at @if(isset($quote->timeline->reject_at)) {{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s',$quote->timeline->reject_at)->format('g:i a, M d, Y') }} @endif
|
@endif
@if(@$quote->accept_signatue)
{{ @$quote->accept_signatue }}
Signed & accepted at @if(isset($quote->timeline->signed_at)) {{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s',$quote->timeline->signed_at)->format('g:i a, M d, Y') }} @endif
|
@endif
@if(@$quote->is_expired)
Expired On: @if(isset($quote->timeline->expired_on)) {{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s',$quote->timeline->expired_on)->format('M d, Y') }} @endif
|
@endif