@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')
# | {{ __('adminstaticword.Image') }} | {{ __('adminstaticword.Category') }} | {{ __('adminstaticword.Icon') }} | {{ __('adminstaticword.Slug') }} | {{ __('adminstaticword.Featured') }} | {{ __('adminstaticword.Status') }} | {{ __('adminstaticword.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}} |
{{ __('Edit Category') }}{{ __('Delete') }}{{ __('Do you really want to delete this Bundle ? This process cannot be undone') }}. |