@extends('admin.layouts.home') @section('title', 'Create Course') @section('content')

Create New Course

Back to List
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Course Information
Pricing
Course Settings
Max size: 2MB
Cancel
@endsection