@extends('layouts.tabler') @section('content')
@if($categories->isEmpty()) @else
@livewire('tables.category-table')
@endif
@endsection