@extends('layouts.app-admin') @section('content')

Edit City

Update City
{{ Form::open(array('url' => route('city.update',$get_city->id),'enctype'=>'multipart/form-data','method'=>'put')) }} {!! csrf_field() !!}
@error('name') {{ $message }} @enderror
{{ Form::close() }}
@endsection