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

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

إنشاء جديد

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

الصورة

@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@stop @section('scripts') @stop