{{ __('Manage Categories') }}

{{ __('Course') }} {{ __('Category') }}

{{ __('Add New') }}
{{ __('Category DataTable') }}
{{-- --}} @forelse ($cats as $cat) {{-- --}} @empty @endforelse
{{ __('SL') }} {{ __('Category Title') }} {{ __('Parent Category') }}{{ __('Category Slug') }}{{ __('Status') }} {{ __('Date Created') }} {{ __('Action') }}
{{ $loop->iteration }} {{ $cat->title }} @if (empty($cat->parent_id)) No Parent @else {{ $cat->parent->title }} @endif {{ $cat->slug }} @if ($cat->status === 1) Enable @elseif ($cat->status === 0) Disable @else Pending @endif {{ $cat->created_at->diffforhumans() }}
No data found
@include('partials.admin.flash')