@if(session('order_type')==='DELIVERY' && session()->has('thirdPartyDeliveryProviderName'))
@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
@if(session()->has('event') && !session()->has('eventPickupDateTime'))
Looks like you need to select a desired pickup date and time - Click here
@endif
@if(session()->has('event'))
@if(session()->has('eventPickupDateTime'))
{!! $fulfillment_time !!}
@endif
@else
{!! $fulfillment_time !!}
@endif