@extends('layouts.app') @section('content')
{{__('Add New Delivery Charge')}}
@csrf
@foreach ($cities as $city) @endforeach
@endsection