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

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

{{\App\CPU\translate('note')}}: {{\App\CPU\translate("Please_make_sure_all_the product's_delivery_charges_are_up_to_date.")}}

{{\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']))}}

{{\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