@extends('layouts.app') @section('content')

All category

Showing
entries
@can('create','category') Add new @endcan
@if($categories->count()>0) @if($filters['rows'] != "All")
Showing {{ $categories->count() }} entries
@endif @endif
@endsection @section('page_script') @parent @endsection