@extends('admin.layouts.app') @section('title', 'إضافة مدينة جديدة') @section('content')
إضافة مدينة جديدة
العودة
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection