@if (isset($customers) && count($customers) > 0) @foreach ($customers as $customer) {{-- --}} @endforeach @endif
Name Email Mobile Wholesale ID {{-- --}} Status Created at Actions
{{ $customer->full_name }} {{ $customer->email }} {{ $customer->mobile_number }}
{{ $customer->activePlanWholesale ? 'Yes' : 'N/A' }}
{{ $customer->activePlanWholesale ? $customer->activePlanWholesale->custom_plan_id : '' }}
{{ basicStatusesDisplay($customer->status) }} {{ dateInList($customer->created_at) }}Active @canany(['list-customer', 'delete-customer', 'edit-customer']) @endcanany
{!! pageInfo($customers) !!}
{!! $customers->links('pagination::bootstrap-4') !!}