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

0 Employees

@if (count($customerData['result']) > 0) @foreach ($customerData['result'] as $key=>$listingCustomers)
{{ $listingCustomers->first_name }} {{ $listingCustomers->last_name }}
Emp Code: {{ $listingCustomers->employee_code }}

{{$listingCustomers->contact }}

@endforeach @endif
@endsection