@foreach ($customers as $customer) @endforeach
{{ __('Estado') }} {{ __('NIF') }} {{ __('Name') }} {{ __('Contact') }} {{ __('District') }} {{ __('Action') }}
@if($customer->account_status == 0) Desativado @else Ativado @endif {{ $customer->vat }} {{ $customer->name }} {{ $customer->contact }} {{ $customer->customerDistrict->name }}
{{ $customers->links() }}