@view('header', [ 'title' => 'Accounts - Admin' ])
Amount: {!! format_money($account->amount) !!} @if ($account->type == Accounts::TYPE_SAVE): SAVE ACCOUNT @endif @if ($account->type == Accounts::TYPE_PAYMENT): PAYMENT ACCOUNT @endif
There are no accounts found
@endif @view('footer')