@extends('layouts.app') @section('title', 'Tablero') @section('page_title', 'Informe Gerencial') @section('page_breadcrumb', 'Tablero') @section('page_breadcrumb_item', 'Comercial') @section('content') @permission('home.dashboard')
| Proveedor | Cantidad | Monto Total | Promedio |
|---|---|---|---|
|
{{ strtoupper(substr($row->supplier_name, 0, 1)) }}
{{ $row->supplier_name }}
|
{{ number_format($row->qty, 0, ',', '.') }} | {{ number_format($row->total, 2, ',', '.') }} | {{ number_format($row->total / $row->qty, 2, ',', '.') }} |
| Sin datos para mostrar | |||