{{ __('Blog Categories') }}
{{ session('success') }}
@endif
@if ($errors->any())
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Create Blog Category
Blog Category Table
| Title | Description | Status | Actions |
|---|---|---|---|
|
{{ strtoupper(substr($category->title, 0, 1)) }}
{{ $category->title }} |
{{ Str::limit($category->description, 50) }} | @if ($category->is_active) Active @else Inactive @endif |
|