@extends('admin.MainComponent') @section('content')
| # | Name | Icon | Status | Created At | Actions |
|---|---|---|---|---|---|
| {{ $category->id }} |
@if($category->icon)
{{ $category->name }} |
@if($category->icon)
bi-{{ $category->icon }}
@else
None
@endif
|
@if($category->active) Active @else Inactive @endif |
{{ $category->created_at->format('M d, Y') }}
{{ $category->created_at->diffForHumans() }}
|
|
No categories foundTry adding a new category or adjust your search criteria |
|||||