@extends('layouts.admin') @section('page-title') {{__('Manage Product-Service & Income-Expense Category')}} @endsection @section('breadcrumb')
{{__('Category')}} | {{__('Type')}} | {{__('Action')}} |
---|---|---|
{{ $category->name }} | {{ __(\App\Models\ProductServiceCategory::$categoryType[$category->type]) }} | @can('edit constant category') @endcan @can('delete constant category') @endcan |