@extends('layouts.master') @section('page_title', 'Accounts') @section('content')
| Code | Name | Type | Opening Balance | Current Balance | Actions |
|---|---|---|---|---|---|
| {{ $account->account_code }} | {{ $account->name }} | {{ $account->accountType->name ?? '' }} | {{ number_format($account->opening_balance, 2) }} | {{ number_format($account->current_balance, 2) }} | View Edit |
| No accounts found. | |||||