@extends('admin.layout.master') @section('title', "اضافة حى ل$city->name") @section('content')

اضافة حى ل{{$city->name}}

إنشاء جديد

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