@php /** @var \App\Domain\Finance\Models\FinanceAccount $account */ @endphp

{{ __('Edit Account') }} - {{ $account->name }}

{{ __('Back to accounts') }}
{{ __('Type') }} {{ $account->type->label() }}
{{ __('Current Balance') }} {{ number_format((float) $account->current_balance, 2) }}
@csrf @method('PUT')
is_default))>
is_active))>
{{ __('Cancel') }} {{ __('Save Changes') }}