@php use Illuminate\Support\Facades\Session; @endphp @extends('layouts.back-end.app-seller') @section('title', translate('add_Shipping')) @section('content') @php($direction = Session::get('direction'))
{{translate('note').' '.':'}}
{{translate('please_make_sure_all_the product`s_delivery_charges_are_up_to_date').'.'}}
{{translate('SL')}} | {{translate('title')}} | {{translate('duration')}} | {{translate('cost')}} | {{translate('status')}} | {{translate('action')}} |
---|---|---|---|---|---|
{{$shippingMethods->firstItem()+$k}} | {{$method['title']}} | {{$method['duration']}} | {{setCurrencySymbol(amount: usdToDefaultCurrency(amount: $method['cost']), currencyCode: getCurrencyCode(type: 'default'))}} |