@extends('layouts.app') @section('title', 'Create Exam') @section('page-title', 'Create New Exam') @section('content')
@csrf
Basic Information
Exam Settings
@if($moodleCourses)
Moodle Integration
Connected
@endif
Cancel
@endsection