@extends('backend.layouts.app') @section('head') @endsection @section('content')

{{translate('All cities')}}

# {{translate(' name')}} {{translate(' state')}} {{translate('Area Wise Shipping Cost')}} {{translate('Status')}} {{translate('action')}}
{{ translate('Add New city') }}
@csrf
@endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') {!! $datatable_script !!} {!! $switch_script !!} @endsection