{{ __('Categories') }}
{{ session('success') }}
@endif
@if ($errors->any())
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Create Category
Category Table
| Title | Status | Sort Order | Actions |
|---|---|---|---|
|
@if ($category->image)
{{ $category->title }}
@if ($category->description)
{{ Str::limit($category->description, 50) }}
@endif
|
@if ($category->is_active) Active @else Inactive @endif | {{ $category->sort_order }} |
|
| No data | |||
| Title | Status | Sort Order | Actions |