@extends('admin.layout.master') @section('title', 'المدن') @section('content')

المدن

تعديل البيانات

@csrf @method('PATCH')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@stop