@if(empty($eventPickupDateTime))
Select desired pickup time
@else
You've selected the following date/time to pickup your order
{!! date('D, M jS - g:i a',strtotime($eventPickupDateTime)) !!}
@endif