@csrf @if($errors)
{{ $errors }}
@endif
@if(session()->has('loggedInId'))
@endif
@if($hasDeliveryQuote) @php public function selectDeliveryOption($provider){ return 'Delivery with '.$provider; } @endphp @endif