Categories

{{--
--}}
{{-- --}} @if (count($categories) > 0) @foreach ($categories as $category) {{-- --}} @endforeach @else @endif
Image NameParentAction
{{$category->name}}{{$category->parent->name ?? '-'}} {{-- --}}
No record found
@if (count($categories) > 0)
{{ $categories->links('livewire.pagination') }}
@endif
@section('script') @if($errors->any()) @endif @endsection