@php $isEdit = $course->exists; $action = $isEdit ? route('admin.courses.update', $course) : route('admin.courses.store'); $input = 'w-full px-4 py-2.5 bg-surface-container rounded-lg border-none focus:ring-2 focus:ring-primary/20 text-body-md outline-none'; $label = 'block text-label-md font-label-md text-on-surface-variant mb-1.5'; @endphp
@csrf @if($isEdit) @method('PUT') @endif
{{-- Main column --}}

Course Details

One point per line — shown as a bulleted list on the course page.

Source & Notes

{{-- Sidebar column --}}

Classification

Imagery

@if($course->thumbnail) @endif
@if($course->header_image) @endif
Cancel