@extends('layouts.master') @section('page_title', 'Edit Account Type') @section('content')
| Code | Name | Current Balance |
|---|---|---|
| {{ $account->account_code }} | {{ $account->name }} | {{ number_format($account->current_balance ?? 0, 2) }} |
| ... and {{ $accountType->accounts->count() - 5 }} more accounts | ||