@extends('admin.master', ['menu' => 'delivery_charge']) @section('title', isset($title) ? $title : '') @section('content')
{{ __('Country')}} {{ __('Charge (in USD)')}} {{ __('Status')}} {{ __('Action')}}
@foreach ($delivery_charges as $dc) @endforeach @push('post_scripts') @endpush @endsection