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

الأقسام الرئيسية

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

@csrf @method('PATCH')
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@if ($errors->has('duration')) {{ $errors->first('duration') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@stop