@extends('admin.layout.master') @section('title', "حى $row->name") @section('content')

حى {{$row->name}}

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

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