@extends('layouts.master') @section('page-title') Manage accounts @endsection @section('content')
| Name | in | out | |
|---|---|---|---|
| {{ $account->name }} | @if($account->totalMovementsIn > 0) @currency($account->totalMovementsIn) {{ $currency->symbol }} @endif | @if($account->totalMovementsOut > 0) @currency($account->totalMovementsOut) {{ $currency->symbol }} @endif | edit |