@extends('admin.layout') @section('title', 'Create Course - GRADELY') @push('styles') @endpush @section('content')

Create New Course

Add a new course to the system. You can assign lecturers later.

@csrf
@error('course_code')
{{ $message }}
@enderror
@error('course_name')
{{ $message }}
@enderror
Cancel
@endsection