@extends('admin.layouts.master') @section('title','Create a new child categories') @section('breadcum') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('ChildCategories') }} @endslot @slot('menu1') {{ __('ChildCategories') }} @endslot @slot('button')
# | {{ __('SubCategory') }} | {{ __('ChildCategory') }} | {{ __('Icon') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|---|---|
1 {{ __('Are You Sure') }} ?{{ __('Do you really want to delete selected item names here? This process cannot be undone') }}. |
@if(isset($cat->subcategory)){{$cat->subcategory->title}}@endif | {{$cat->title}} |
|
@can('childcategories.edit')
{{ __('Edit') }}
@endcan
@can('childcategories.delete')
{{ __("Delete") }}
@endcan
{{ __('Edit ChildCategories') }}{{ __('Delete') }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} ? {{ __('This process cannot be undone.')}} |