@extends('layouts.master-vnext') @section('page-title') Manage accounts @endsection @section('content')
| Name | Beginning balance | Total expenses | |
|---|---|---|---|
| @if($account->is_fixed_asset) @else @endif {{ $account->name }} | @currency($account->beginning_balance) {{ $defaultCurrency->symbol }} | @currency($account->total) {{ $defaultCurrency->symbol }} | edit |