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

Edit Course

Update course information.

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