@extends('admin.layouts.mainlayout') @section('content')

Add Courses to a Degree Program

@if (session('success'))
{{ session('success') }}
@endif
@csrf
@error('degree_program_id')
{{ $message }}
@enderror
Hold down the Ctrl (Windows) or Command (Mac) button to select multiple courses. @error('course_ids')
{{ $message }}
@enderror
@endsection