@extends('admin.layout.master') @section('title', 'الاقسام') @section('content')

الاقسام

إنشاء جديد

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

الصورة

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