| # | First Name | Last Name | Type | Actions | |
|---|---|---|---|---|---|
{{ $customer->index + 1 }} |
{{ $customer->first_name ?? ''}} | {{ $customer->last_name ?? ''}} | {{ $customer->email ?? '' }} | {{ $customer->roles[0]->name ?? '' }} | |
| Data not found! |
Product