@extends('admin.layout.master') @section('title', 'الأقسام الفرعية') @section('content')

الأقسام الفرعية

إنشاء جديد

@csrf
@if ($errors->has('name_ar')) {{ $errors->first('name_ar') }} @endif
@if ($errors->has('name_en')) {{ $errors->first('name_en') }} @endif

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