@extends('admin.layouts.master') @section('title','All Categories') @section('maincontent') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Categories') }} @endslot @slot('menu1') {{ __('Categories') }} @endslot @slot('button')
# | {{ __('Image') }} | {{ __('Category') }} | {{ __('Icon') }} | {{ __('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}} |
@can('categories.edit')
{{ __('Edit') }}
@endcan
@can('categories.delete')
{{ __("Delete") }}
@endcan
{{ __('Edit Category') }}{{ __('Delete') }}{{ __('Do you really want to delete this Bundle ? This process cannot be undone') }}. |