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