@extends('layouts.app') @section('content')
| Responsable | Cantidad | Monto Total | % |
|---|---|---|---|
|
{{ substr($user->name, 0, 1) }}
|
{{ $user->count }} | {{ number_format($user->total_amount, 2, ',', '.') }} | @if($totalProcessedAmount > 0) {{ number_format(($user->total_amount / $totalProcessedAmount) * 100, 1) }}% @endif |