@extends('layouts.app') @section('content')
| GL Code | Account Name | Sub Account Type | Opening Date | Sub Account | Account Type | Currency | Status | More |
|---|---|---|---|---|---|---|---|---|
| {{ $account->gl_code }} | {{ $account->account_name }} | {{ $account->sub_account_type }} | {{ $account->opening_date }} | {{ optional($account->parentAccount)->account_name }} | {{ $account->account_type }} | {{ $account->currency }} | {{ $account->is_active ? 'Active' : 'Inactive' }} | |
| No accounts found. | ||||||||