@extends('emails.layouts.email-layout-advance-quote') @section('content')
@if(!empty($organization->company_logo)) @else @endif
@if($payment) Thank you for the advance payment. @else Thank you for accepting the quote. @endif
Your booking is confirmed!
Dear {{$username}},

@if($payment) Thank you for accepting the quote and advance payment. @else Thank you for accepting the quote. @endif Attached is a signed copy for your records. Please contact me if you have any questions.
Thanks,

@if(@$organization->name) {{ $organization->name }}
@endif @if(@$organization->street_address){{ $organization->street_address }}
@endif @if(@$organization->city || @$organization->zip || @$organization->state){{ $organization->city.', '.$organization->state.', '.$organization->zip }}
@endif @if(@$organization->email) {{ $organization->email }}
@endif @if(@$organization->phone) {{ $organization->phone }}
@endif
 
 
Signed Co...pdf
Note: Please do not reply to this message. The email cannot accept any incoming email.
 
@endsection