@extends('admin.layouts.container') @section('content')

{{$head ?? '' }}

@if($course ?? '' && $course->id) @method('PUT') @endif @csrf
is_exam : null) == 1 ? 'checked' : '' }} value="1" class="custom-control-input" id="is_exam" name="is_exam">
is_certified : null) == 1 ? 'checked' : '' }} value="1" class="custom-control-input" id="is_certified" name="is_certified">
{{--
--}} {{-- --}} {{-- --}} {{--
--}} @foreach(languages() as $language)
@endforeach {{--
--}} {{--
--}} {{-- @foreach(units() as $unit)--}} {{--
--}} {{-- id, $courseUnit) ? 'checked' : '' }} value='{{$unit->id ?? ""}}'/>--}} {{-- --}} {{--
--}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{--Start image container--}} {{--
--}} {{-- --}} {{-- image ?? "")}}"/>--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- Choose--}} {{-- --}} {{-- --}} {{--
--}} {{--End image container--}}
@if ($course ?? false) @if($course->images != null) @foreach ($course->images as $photo)
@endforeach @endif @endif
@endsection @section('inner_js') {{-- --}} @endsection