@extends('emails.layouts.email-layout-advance-quote') @section('content')
@if(!empty($organization->company_logo)) @else @endif
You have an upcoming booking with {{ @$organization->name }}
Dear {{$username}},

This is a reminder for you upcoming appointment with {{ @$organization->name }} @if($booking->start_date) at {{ date('h:i A', strtotime(@$booking->start_date)) }} on {{ date('D, M d, Y', strtotime(@$booking->start_date)) }} @endif @if(@$booking->location) at {{ @$booking->location }} @endif.
Please contact us if anything has changed or if you have any questions as soon as possible.
See you soon!
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
Note: Please do not reply to this message. The email cannot accept any incoming email.
 
@endsection