@extends('main.template') @section('content')
@if(!$list->isEmpty()) Voltar @endif

Gerir Cliente

@include('customer.info')

Filtrar Artigo

@csrf

Historico do cliente {{ $customer->name ?? '' }}

@if(!$list->isEmpty()) @foreach ($list as $row) @endforeach
Vendedor Cliente Fatura Data Emissão Data Liquidação Total
{{ $row->Vendedor }} {{ $row->customer_name }}
{{ $row->Cliente }}
{{ $row->Fatura }} {{ $row->DataDoc }} {{ $row->DataLiq }} {{ $row->ValorTotal }}
{{ $list->links() }}
@if(!$list->isEmpty()) Voltar @endif @else
Sem resultados
Voltar @endif
@endsection @section('pageJsIncludes') @include('history.pagejs') @endsection