{{ __('checkout.delivery_method') }}
@if ($delivery_method == 'shipping'){{ __('checkout.delivery') }}
@if ($address){{ $address->location }}
@endif @else{{ __('checkout.pickup') }}
@endif{{ __('checkout.delivery') }}
@if ($address){{ $address->location }}
@endif @else{{ __('checkout.pickup') }}
@endif