@extends('layouts.back-end.app-seller') @section('title', \App\CPU\translate('Add Shipping')) @push('css_or_js') @endpush @section('content')

{{\App\CPU\translate('shipping_method')}}

{{\App\CPU\translate('choose_shipping_method')}}
{{\App\CPU\translate('add_order_wise_shipping')}}
@csrf
{{\App\CPU\translate('order_wise_shipping_method')}} {{ $shipping_methods->total() }}
@foreach($shipping_methods as $k=>$method) @endforeach
{{\App\CPU\translate('SL')}} {{\App\CPU\translate('title')}} {{\App\CPU\translate('duration')}} {{\App\CPU\translate('cost')}} {{\App\CPU\translate('status')}} {{\App\CPU\translate('action')}}
{{$shipping_methods->firstItem()+$k}} {{$method['title']}} {{$method['duration']}} {{\App\CPU\BackEndHelper::set_symbol(\App\CPU\BackEndHelper::usd_to_currency($method['cost']))}}
{!! $shipping_methods->links() !!}
{{\App\CPU\translate('update_category_shipping_cost')}}
@csrf @foreach ($all_category_shipping_cost as $key=>$item) @endforeach
{{\App\CPU\translate('SL')}} {{\App\CPU\translate('category_name')}} {{\App\CPU\translate('cost_per_product')}} {{\App\CPU\translate('multiply_with_QTY')}}
{{$key+1}} {{$item->category!=null?$item->category->name:\App\CPU\translate('not_found')}}
@endsection @push('script') @endpush