Appointment Details

@if($timeUpdated && !$areWeClosed)
There are several orders ahead of you, the fulfillment time may be different than you expected
@endif @if($areWeClosed)
Oh-no! We are closed :(
@endif

{!! date('l, F j',strtotime(session('selectedScheduledDay'))) !!}

@ {!! date('g:i a',strtotime(session('schedulerSelectedTime'))) !!}

Appointment Address
@if(!empty($address_name)) {!! $address_name !!}
@endif {!! $full_address !!}
@if(!empty($phone_number)) Phone: {!! $phone_number !!} @endif