@if (Auth::user()->role_id >= 5)
| Proveedor | RFC / CURP | CLABE | Banco | Contratos | Monto Total | Utilidad | Ret. IVA | Ret. ISR | Ret. JobHero | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ optional($row->suppliers)->company_name ?? '—' }} | {{ optional(optional($row->suppliers)->user)->email ?? '—' }} | {{ optional($row->suppliers)->RFC ?: optional($row->suppliers)->CURP ?? '—' }} | {{ optional($row->suppliers)->clabe ?? '—' }} | {{ optional(optional($row->suppliers)->banks)->name ?? '—' }} | {{ $row->contract_count }} | ${{ number_format($row->total_amount, 2) }} | ${{ number_format($row->total_revenue, 2) }} | ${{ number_format($row->total_iva, 2) }} | ${{ number_format($row->total_isr, 2) }} | ${{ number_format($row->total_fee, 2) }} |