@if(!empty($customers))
Local Status |
ID |
Nome |
Morada |
Nif |
Contacto |
Vendedor |
@foreach ($customers as $customer)
|
{{ $customer->external_id }} |
{{ $customer->name }} |
{{ $customer->address }} |
{{ $customer->nif }} |
{{ $customer->telephone }} |
{{ $customer->seller_id }} |
@endforeach
{{ $customers->links('pagination::bootstrap-4') }}
@else
Sem resultados
@endif