@extends('admin.layout.master') @section('title', 'الدورات') @section('content')

الدورات

إنشاء جديد

@csrf
@if ($errors->has('title_ar')) {{ $errors->first('title_ar') }} @endif
@if ($errors->has('title_en')) {{ $errors->first('title_en') }} @endif
@if ($errors->has('description_ar')) {{ $errors->first('description_ar') }} @endif
@if ($errors->has('description_en')) {{ $errors->first('description_en') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('start_date')) {{ $errors->first('start_date') }} @endif
@if ($errors->has('end_date')) {{ $errors->first('end_date') }} @endif

أيام الدورة

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