@extends('relatorios.default') @section('content')
| # | Cliente | Data | Valor | Tipo | @if(__countLocalAtivo() > 1)Local | @endif
|---|---|---|---|---|---|
| {{ $item['id'] }} | {{ $item['cliente'] }} | {{ __data_pt($item['data']) }} | {{ $item['tipo'] }} | {{ __moeda($item['total']) }} | @if(__countLocalAtivo() > 1){{ $item['localizacao']->descricao }} | @endif @php $total += $item['total']; @endphp