@extends('app') @section('content')
Cuenta | Intereses ganados | ISR | Rendimiento | Disponible cuenta | |
---|---|---|---|---|---|
{{ $account->name }} | $ {{ number_format($account->summary['intereses_ganados'], 2) }} | $ {{ number_format($account->summary['isr'], 2) }} | $ {{ number_format($account->summary['total'], 2) }} | $ {{ number_format($account->lastReport ? $account->lastReport->total : 0, 2) }} | @if(auth()->user()->role === 'tesoreria') Registrar información @endif |