@extends('admin.layouts.app') @section('content')
{{translate('Edit City Info')}}
@csrf
@error('state_id') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@endsection @section('script') @endsection