@extends('layouts.app') @section('title',$programme->exists?'Edit Programme':'New Programme') @section('page-title',$programme->exists?'Edit Programme':'New Programme') @section('page-description',$programme->exists?'Update programme identity, academic structure and status.':'Create a programme profile before linking Table 4 syllabus records.') @section('actions') CSV Template Import CSV @endsection @section('content')
@csrf @if($programme->exists) @method('PUT') @endif

Programme Identity

Basic information used to identify the programme throughout AST4MS.

Use a short, unique code such as BCS, BSE or BITNS.

Academic Structure

Record qualification level, MQF classification and total graduation credits.

Qualification type or study level.
Leave blank if not applicable.
Total credits required for completion.

Availability & Notes

Control whether the programme is available for new syllabus records and add internal context.

Inactive programmes remain stored but are not intended for new records.
Fields marked with * are required. Cancel
@endsection