{{ translate('Choose Delivery Type') }}
@if ($pickup_point_list)
@endif
@if (get_setting('shipping_type') == 'carrier_wise_shipping')
@if($carrier_list->isEmpty())
{{ translate('Shipping is not available to your selected address.') }}
{{ translate('Please choose a different address.') }}
@else
@foreach($carrier_list as $carrier_key => $carrier)
@endforeach
@endif
@endif
@endif