| Image |
Name |
{{-- Parent | --}}
Action |
@if (count($categories) > 0)
@foreach ($categories as $category)
}}) |
{{$category->name}} |
{{-- {{$category->parent->name ?? '-'}} | --}}
{{--
--}}
|
@endforeach
@else
No record found |
@endif
@if (count($categories) > 0)
{{ $categories->links('livewire.pagination') }}
@endif