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

الأقسام

تعديل البيانات

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

الصورة

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