@extends('admin.layout.base') @section('title') {{'Categories'}} @endsection @push('inlineStyle') @endpush @section('content')
Name | Description | Actions |
---|---|---|
{{ucfirst($cat->name)}} | {{mb_strimwidth(ucfirst($cat->desc),0,100,'...')}} |
@can('category-delete')
{!! Form::open(['method' => 'DELETE', 'route' => ['category.destroy', $cat->id], 'onsubmit' => 'return confirmDelete()']) !!}
@csrf
{!! Form::close() !!}
@endcan
|
No record uploaded | @endif