@extends('admin.index') @section('content') @push('css') @endpush

{{__('Edit City')}}

Edit City

@include('admin.layouts.message')
@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@error('country_id') {{ $message }} @enderror
@push('js') @endpush @endsection