@extends('backend.layouts.master') @section('title', 'Add Course') @section('content')

Add Course

@include('backend.partials.alerts') @include('backend.courses.partials.form')
@endsection @push('scripts') @endpush