@php $course = $course ?? null; @endphp
@foreach($categories as $cat) @endforeach @foreach(['course','ebook','podcast','webinar','custom','free_resource'] as $type) @endforeach @foreach(['free','trial','paid'] as $access) @endforeach @foreach(['draft','published','unpublished'] as $st) @endforeach
@if(isset($instructors))

Hold Ctrl/Cmd to select multiple instructors

@endif
@if($course?->thumbnailUrl()) @endif @error('thumbnail')

{{ $message }}

@enderror
@if(isset($tags))
@foreach($tags as $tag) @endforeach
@endif