{{-- Section Image --}}
@php $sectionThumbnailUrl = !empty($section->thumbnail['thumb']) ? $section->thumbnail_url['thumb'] : null; @endphp @if($sectionThumbnailUrl) @else
@endif
{{-- Section Content --}} {{-- Section Meta and Actions --}}
@if($section->units->count() > 0)
@foreach($section->units as $unit) @include('admin.course_content.partials.unit-tree', ['unit' => $unit, 'level' => 0]) @endforeach
@else
No units in this section

Start building your section by adding units and lessons.

@endif