@extends('layouts.backoffice') @section('content')
Name | Total Invites (1st Level) | Phone | Status | Created At | Actions | |
---|---|---|---|---|---|---|
{{ $customer->first_name.' '.$customer->last_name }} | {{ count(array_unique($customer->invitationsSent()->pluck('referee_id')->toArray())) }} | {{ $customer->mobile }} | {{ $customer->status == 0 ? 'Not Active' : 'Active' }} | {{ $customer->email }} | {{ $customer->created_at->format('d-m-Y H:i') }} | |
No customers found. |