@extends('relatorios.default') @section('content')
Vendedor {{ $funcionario->nome }}
@if(__countLocalAtivo() > 1) @endif @php $total = 0; @endphp @foreach($data as $key => $item) @if(__countLocalAtivo() > 1) @endif @php $total += $item['total']; @endphp @endforeach
# Cliente Data ValorLocal
{{ $item['id'] }} {{ $item['cliente'] }} {{ __data_pt($item['data']) }} {{ __moeda($item['total']) }} {{ $item['localizacao']->descricao }}

Total de Vendas: R$ {{ __moeda($total) }}

@endsection