@extends('adminlte::page') @section('title', " $title ") @section('content')
RELATÓRIO GERAL NO PERÍODO
CATEGORIA | QUANTIDADE | FATURAMENTO | MÉDIA |
---|---|---|---|
{{ $customer->Categoria }} | {{ $customer->Quantidade }} | R$ {{ number_format($customer->Faturamento, 2, ',', '.') }} | R$ {{ number_format($customer->Media, 2, ',', '.') }} |
Total Geral das categorias | {{ number_format($qtdTotal, 3, '.', '.') }} | R$ {{ number_format($valueInvoicing, 2, ',', '.') }} | R$ {{ number_format($mediaTotal, 2, ',', '.') }} |
Nenhum faturamento encontrado com o período aplicado.