{{ __('Edit Section: ') }} {{ $section->subject}} {{ $section->number}} {{ $section->section }}

@csrf @method('put')
Instructor @error('facultyid')
{{ $message }}
@enderror
Instructional Mode @error('type')
{{ $message }}
@enderror
Section number @error('section')
{{ $message }}
@enderror

Assign the same section number for split sections.

{{ __('Update Section') }}