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

Edit Course Category

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