@extends('layouts.app') @section('content')
Apply changes to multiple accounts in your Chart of Accounts.
|
|
Account Name | Code | Type | Status | Current Balance |
|---|---|---|---|---|---|
|
|
{{ $account->name }}
|
{{ $account->code }} | {{ $account->type }} | @if($account->is_active) Active @else Inactive @endif | ${{ number_format($account->balance, 2) }} |
No accounts matching criteria |
|||||