@extends('layouts.master') @section('content')
| Code | Name | Financial Category | Account Type | Sub Account | Action |
|---|---|---|---|---|---|
| {{ $record->code }} | {{ $record->account_name }} | @if($record->financial_category == 'IS') Income Statement @elseif($record->financial_category == 'BS') Balance Sheet @else {{ $record->financial_category }} @endif | {{ $record->accountType ? $record->accountType->name : 'N/A' }} | → Sub Acc |