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

Create New Course Category

Back to List
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Enter Font Awesome icon class (e.g., fas fa-book, fas fa-code)
Cancel
@endsection