@extends('dashboard.layouts.main') @section('title', getSiteName() . ' - Dashboard - Product Categories') @section('content')
| {{ __('Title') }} | {{ __('Sort Order') }} | @can('delete articles'){{ __('Delete') }} | @endcan
|---|---|---|
| {{ $category->getInfo()->title }} | {{ $category->sort_order }} | @can('delete articles')@endcan |
{{ __('Categories not found.') }}
@endif