@extends('layouts.bootstrap') @section('title', 'Categories') @section('header')
| Name | Subcategories | Products | Created | @if(auth()->user()->canManage())Actions | @endif
|---|---|---|---|---|
| {{ $category->name }} | {{ $category->subcategories_count }} | {{ $category->products_count }} | {{ $category->created_at->format('M d, Y') }} | @if(auth()->user()->canManage())
|
@endif
Get started by creating your first category.
@if(auth()->user()->canManage()) Add Category @endif