{{ __('shop::app.checkout.onepage.shipping-method') }}
@foreach ($shippingRateGroups as $rateGroup) {!! view_render_event('bagisto.shop.checkout.shipping-method.before', ['rateGroup' => $rateGroup]) !!} {{ $rateGroup['carrier_title'] }} @foreach ($rateGroup['rates'] as $rate)
{{-- --}} {{ core()->currency($rate->base_price) }}
{{ $rate->method_title }} - {{ __($rate->method_description) }}
@endforeach {!! view_render_event('bagisto.shop.checkout.shipping-method.after', ['rateGroup' => $rateGroup]) !!} @endforeach @{{ errors.first('shipping-form.shipping_method') }}