@extends('admin.layouts.master') @section('title','All Categories') @section('maincontent') @include('admin.layouts.topbar',$data)
# | {{ __('Icon') }} | {{ __('Image') }} | {{ __('Category Name') }} | {{ __('Slug') }} | {{ __('Featured') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|---|---|---|---|
1 {{ __('Are You Sure') }} ?{{ __('Do you really want to delete selected item names here? This process cannot be undone') }}. |
|
@if($cat['cat_image'] !== NULL && $cat['cat_image'] !== '') @else @endif | {{$cat->title}} | {{$cat->slug}} |
@if( $cat->featured == 1)
|
@if($cat->status == '1')
|
@can('categories.edit')
{{ __('Edit') }}
@endcan
@can('categories.delete')
{{ __("Delete") }}
@endcan
|