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

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

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

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

الصورة

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

العرض من ضمن الاختبارات المجانية

show_in_demo == 1) checked @endif> @if ($errors->has('show_in_demo')) {{ $errors->first('show_in_demo') }} @endif
@stop