@extends('layouts.master') @section('title',trans('dashboard.edit_city')) @section('css') @endsection @section('page-content')

@lang('dashboard.edit_city')

@if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif
{{ method_field('patch') }} {{csrf_field()}}