@extends('layouts.app', ['title' => 'Dashboard Financeiro']) @section('css') @endsection @section('content')
| Cliente | Títulos | Dias atraso | Total |
|---|---|---|---|
|
{{ $item['cliente']->razao_social }} {{ $item['cliente']->cpf_cnpj }} |
{{ $item['qtd_titulos'] }} | {{ $item['dias_atraso'] }} dias | R$ {{ __moeda($item['total_vencido']) }} |
| Nenhum cliente inadimplente. | |||
| Fornecedor | Títulos | Dias atraso | Total |
|---|---|---|---|
|
{{ $item['fornecedor']->razao_social }} {{ $item['fornecedor']->cpf_cnpj }} |
{{ $item['qtd_titulos'] }} | {{ $item['dias_atraso'] }} dias | R$ {{ __moeda($item['total_vencido']) }} |
| Nenhum fornecedor em atraso. | |||
Como base os últimos 6 meses