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