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

{{$head ?? '' }}

@if($course ?? '' && $course->id) @method('PUT') @endif @csrf
@if(count($units)) @foreach($units as $key => $unit)
@foreach($unit as $unitContent)
@endforeach
@endforeach @endif
{{-- @if( count($units) >= 1 )--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- @foreach($units as $key => $row)--}} {{--
--}} {{--
--}} {{-- id, $courseUnits) ? 'checked' : '' }} value="{{ $row->id }}" class="custom-control-input" id="units_{{ $key }}" name="units[]">--}} {{-- --}} {{--
--}} {{--
--}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{-- @endif--}} @foreach(languages() as $language)
local}", $course[$language->local]->meta_description ?? "") }}">
local}", $course[$language->local]->keywords ?? "") }}">
@endforeach {{--Start image container--}}
image ?? "")}}"/>
Choose
{{--End image container--}} {{--Start image container--}}
file ?? "")}}"/>
Choose
{{--End image container--}}
@endsection @section('inner_js') {{-- --}} @endsection