@extends('layouts.back-end.app') @section('title', translate('shipping_method')) @section('content')
{{ translate('business_setup') }}
| {{ translate('SL') }} | {{ translate('title') }} | {{ translate('duration') }} | {{ translate('cost') }} | {{ translate('status') }} | {{ translate('action') }} |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $method['title'] }} | {{ $method['duration'] }} | {{ setCurrencySymbol(amount: usdToDefaultCurrency(amount: $method['cost']), currencyCode: getCurrencyCode(type: 'default')) }} |