@extends('web.layouts.layout') @section('content')
@include('web.pages.components.header.header')
@CSRF

{{__('web.way_pay')}}

@foreach($ways as $row)
@endforeach

{{__('web.shipping_way')}}

@if(count($shippings))
@foreach($shippings as $row)
@endforeach
@else @include('web.pages.components.not_found',['message'=>__('web.not_found_shipping')]) @endif
{{__('web.back')}}
@endsection @section('inject_js') @endsection