| Nombre | Ventas | Propinas |
|---|---|---|
| {{ $totalUser->user->name }} | {{ $totalUser->quantity }} | ${{ number_format($totalUser->total_tip, 0, ',', '.') }} |
| Fecha | Nombre Usuario | Id Venta | Tipo Venta | Propina |
|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($tipPerUser->created_at)->format('Y-m-d H:i') }} | {{ $tipPerUser->user->name }} | {{ $tipPerUser->id }} | {{ $tipPerUser->type_sale }} | ${{ number_format($tipPerUser->tip, 0, ',', '.') }} |