@extends('layouts.app')
@php
function getCategoryIcon($iconKey) {
$icons = [
'salary' => '
Based on your account type: {{ ucfirst($userType) }}
This will create accounts, income categories, and expense categories for you.
| Code | Account Name | Description | Status | @if($canEdit)Actions | @endif
|---|---|---|---|---|
{{ $account->account_code }} | {{ $account->account_name }} | {{ $account->description ?: '-' }} | {{ $account->is_active ? 'Active' : 'Inactive' }} | @if($canEdit)@endif |
| Code | Account Name | Description | Status | @if($canEdit)Actions | @endif||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $account->account_code }} | {{ $account->account_name }} | {{ $account->description ?: '-' }} | {{ $account->is_active ? 'Active' : 'Inactive' }} | @if($canEdit)@endif |
| Code | Account Name | Description | Status | @if($canEdit)Actions | @endif
|---|---|---|---|---|
{{ $account->account_code }} | {{ $account->account_name }} | {{ $account->description ?: '-' }} | {{ $account->is_active ? 'Active' : 'Inactive' }} | @if($canEdit)@endif |
| Code | Account Name | Description | Status | @if($canEdit)Actions | @endif||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $account->account_code }} | {{ $account->account_name }} | {{ $account->description ?: '-' }} | {{ $account->is_active ? 'Active' : 'Inactive' }} | @if($canEdit)@endif |
| Code | Account Name | Description | Status | @if($canEdit)Actions | @endif
|---|---|---|---|---|
{{ $account->account_code }} | {{ $account->account_name }} | {{ $account->description ?: '-' }} | {{ $account->is_active ? 'Active' : 'Inactive' }} | @if($canEdit)@endif |
| Icon | Category Name | Color | Transactions | @if($canEdit)Actions | @endif
|---|---|---|---|---|
| {{ $cat->name }} | {{ $cat->transaction_count ?? 0 }} | @if($canEdit)@endif |
| Icon | Category Name | Color | Transactions | @if($canEdit)Actions | @endif
|---|---|---|---|---|
| {{ $cat->name }} | {{ $cat->transaction_count ?? 0 }} | @if($canEdit)@endif |