@extends('backEnd.master') @section('styles') @endsection @section('mainContent') @include('product::category.components.show') @if (permissionCheck('product.category.delete')) @include('backEnd.partials._deleteModalForAjax',['item_name' => __("common.category")]) @endif @if (permissionCheck('product.category.store')) @include('product::category.components.create') @endif {{__('product.category_list')}} @if (permissionCheck('product.csv_category_download')) {{ __('product.category_csv') }} @endif @include('product::category.components.list') @endsection @include('product::category.components.scripts')