@extends('layouts.admin') @section('meta') {{trans('home.edit')}} @endsection @section('content')
{!! Form::open(['method'=>'PATCH','url' => 'admin/trainings/'.$training->id, 'data-toggle'=>'validator', 'files'=>'true']) !!}
{{trans('home.training_info')}}

{!! Form::open(['method'=>'PATCH','url' => 'admin/trainings/'.$training->id, 'data-toggle'=>'validator', 'files'=>'true']) !!}
@if($training->code)
@else
@endif {{--
--}}
{{--
--}} {{--
--}}
{{--
@if($intro_link) @if($training->intro_link_video)
@else
@endif @else @if($training->video)
@else
@endif @endif --}}
student_training_bag) @endif type="file" id="student_training_bag" name="student_training_bag" accept=".pdf,.ppt,.pptx,.doc,.docx,.zip"> @error('student_training_bag') {{ $message }} @enderror @if($training->student_training_bag) @endif
@if($training->image)
@endif
course_file) @endif type="file" id="course_file" name="course_file" accept=".pdf,.ppt,.pptx,.doc,.docx,.zip"> @error('course_file') {{ $message }} @enderror @if($training->course_file) @endif
{{--
@if($training->image_en)
@else
@endif
@if($training->certificate)
@else
@endif
@if($training->course_file)
@else
@endif --}}



{{trans('home.seo_block')}}

{{trans('home.en')}}
{{trans('home.ar')}}
status?'checked':''}}/>
header?'checked':''}}/>

{{trans('home.meta_robots')}}

{!! Form::close() !!}
@endsection @section('script') @endsection