@extends('layouts.admin.app', ['page' => $menuAdmin['categories']['active'] ?? ""]) @section('title', __('labels.categories')) @section('header_data') @php $page_title = __('labels.categories'); $page_pretitle = __('labels.list'); @endphp @endsection @php $breadcrumbs = [ ['title' => __('labels.home'), 'url' => route('admin.dashboard')], ['title' => __('labels.categories'), 'url' => null], ]; @endphp @section('admin-content')

{{ __('labels.categories') }}

@if($createPermission ?? false) @endif
@if($createPermission ?? false) @endif
@if(($createPermission ?? false)) @endif @if(($createPermission ?? false) || ($editPermission ?? false)) @endif

Category Details

Type:

Color:

Status:

Parent Category:

Commission: %

@endsection