@extends('layouts.app') @section('content')
{{__('Edit City')}}
@csrf @method('PUT')
@foreach ($countries as $country) @endforeach
@endsection