Manage Category
Success! {{ Session::get('alert-info') }}
@endif
@if (Session::has('alert-warning'))
Success! {{ Session::get('alert-warning') }}
@endif
@if (count($categories) > 0)
@endif
| No | Category Name | slug | Service Name | Home Image | Service Image | youtube Image | Banner | Edit | Delete |
|---|---|---|---|---|---|---|---|---|---|
| {{ $categorie->id }} | {{ $categorie->category_name }} | {{ $categorie->slug }} | {{ Str::limit($categorie->cat_name, 10, '...') }} | Edit |