{{ config_intranet('full_name') }}
REPORTE COBRANZA
{{ $from }} - {{ $to }} {{$months}}
@foreach ($report as $day => $item) {{-- @dd($item->payment_methods) --}} @foreach ($item->payment_methods as $method_payment => $item_method) @foreach ($item_method->payable_methods as $payable_method_name => $item_payable) @endforeach @endforeach {{-- --}} @endforeach
DÍA VÍA DE PAGO TIPO DE PAGO TOTAL CANTIDAD DE PAGOS
{{ $day }} {{ $method_payment }} {{ $payable_method_name }} {{ $item_payable->total }} {{ $item_payable->count }}
{{ $item->invoice_status }} {{ $item->invoice_status }} {{ $item->invoice_status }} {{ $item->invoice_status }}
{{-- @dd($report) --}}