@extends('layouts.app') @section('title', 'Accounts') @section('content')
Manage your organization's financial accounts
| Account Name | Type | Organization | Balance | Currency | Actions |
|---|---|---|---|---|---|
| {{ $account->name }} | {{ $account->type }} | {{ $account->organization?->name }} | {{ number_format($account->balance, 2) }} | {{ $account->currency }} | |
| No accounts found. Create your first account. | |||||