@extends('admin.layout.master') @section('title', 'المحافظات') @section('content')

المحافظات

إنشاء جديد

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