@section('page-title') {{ $lessonType ? 'Edit Lesson Type' : 'Add Lesson Type' }} @endsection @section('page-description') Configure lesson type details and pricing @endsection Back to lesson types
@csrf @if ($lessonType) @method('PUT') @endif

Basic Information

Code and invoice handling for this lesson type.

@error('lesson_type_code')

{{ $message }}

@enderror

Details

Add description and internal notes.

Pricing & Dates

Configure lesson pricing and date range.

Cancel