| {{ __('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 | ||||||