@extends('back/layouts.app') @section('content')
{{-- @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif --}}

{{ __('core.add') }}

{{-- --}} @include('back.includes.breadcrumb',['routes' => [ ['slug' => route('dashboard.courses.index',$site->id),'name' => $site->name], ['name' => __('core.add')]] ])
@include('back.includes.page-alert')
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('branch_subject')) {{ $errors->first('branch_subject') }} @endif
@if ($errors->has('alias')) {{ $errors->first('alias') }} @endif
{{--
--}} {{-- --}} {{--
--}}
@if ($errors->has('date')) {{ $errors->first('date') }} @endif
@if ($errors->has('duration')) {{ $errors->first('duration') }} @endif
@if ($errors->has('format')) {{ $errors->first('format') }} @endif
@if ($errors->has('orientation')) {{ $errors->first('orientation') }} @endif
@if ($errors->has('logo')) {{ $errors->first('logo') }} @endif
@if ($errors->has('alt_image')) {{ $errors->first('alt_image') }} @endif
00:00:00 @if ($errors->has('video_duration')) {{ $errors->first('video_duration') }} @endif
@if ($errors->has('exam_approved')) {{ $errors->first('exam_approved') }} @endif
@if ($errors->has('exam_at')) {{ $errors->first('exam_at') }} @endif
يتم احتساب الوقت باستخدام UTC
اي ان الساعة الان {{date('H:i:s')}}
@if ($errors->has('header')){{ $errors->first('header') }}@endif
@if ($errors->has('meta_description')){{ $errors->first('meta_description') }}@endif
@if ($errors->has('meta_keywords')){{ $errors->first('meta_keywords') }}@endif
@if ($errors->has('sort')){{ $errors->first('sort') }}@endif
@if ($errors->has('max_trys')){{ $errors->first('max_trys') }}@endif
فى حالة الدراسة الخارجية يرجى كتابة ID المادة فى الموقع الخارجى @if ($errors->has('outside_registeration_domain')) {{ $errors->first('outside_registeration_domain') }} @endif
@if ($errors->has('html')){{ $errors->first('html') }}@endif
@stop