@extends('layouts.admin') @section('meta') {{trans('home.edit_lesson')}} @endsection @section('content')
@if (session()->has('success')) @endif

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

{{ trans('home.attachments') }}
{!! Form::open([ 'method' => 'PATCH', 'url' => 'admin/lessons/' . $lesson->id, 'data-toggle' => 'validator', 'files' => 'true', ]) !!}
{{--
--}}
@if ($lesson?->course?->trainings()?->first()?->type_id == 1) @elseif ($lesson?->course?->trainings()?->first()?->type_id == 2)
@elseif($lesson?->course?->trainings()?->first()?->type_id == 3)
@endif

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

{{ trans('home.en') }}
{{ trans('home.ar') }}
status ? 'checked' : '' }} />
free ? 'checked' : '' }} />
{!! Form::close() !!}
{{-- -------------------------------------------------------- All Attachments --}} {{-- ------------------------------------------------------- Add new Attachments --}} @endsection @section('script') @endsection