@extends('admin.layout') @section('content')

0 Users

@if (count($customers['result']) > 0) @foreach ($customers['result'] as $key=>$listingCustomers)
{{ $listingCustomers->customers_firstname }} {{ $listingCustomers->customers_lastname }}
Email: {{ $listingCustomers->customers_email_address }}

{{$listingCustomers->customers_telephone }}

@endforeach @endif
@endsection