@extends('layouts.admin') @section('title', 'Add Course') @section('header', 'Add Course') @section('content')
@csrf
@error('title')

{{ $message }}

@enderror
Cancel
@endsection