@extends('Layouts.adminLayout') @section('title') {{__('Edit City')}} @endsection @section('css') @endsection @section('breadcrumb')
@endsection @section('content')

{{__('Edit City')}}

@CSRF
@if ($errors->has('lang'))
{{ $errors->first('lang') }}
@endif
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('province'))
{{ $errors->first('province') }}
@endif
@endsection