@extends('layouts.admin') @section('title', 'Add Programme') @section('content')

Add New Programme

@if($errors->any())
@endif
@csrf
Cancel
@endsection