Hair Care Doctor Leads
Lead List
| # | Full Name | Mobile | Location | Course of Interest | Message | Created At | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{ $leads->firstItem() + $index }} | {{ $lead->full_name }} | {{ $lead->mobile }} | {{ $lead->email }} | {{ $lead->location }} |
@php
$courses = json_decode($lead->course_of_interest, true);
@endphp
@if(is_array($courses))
|
{{ $lead->message }} | {{ $lead->created_at->format('d M Y h:i A') }} |
|
| No leads found | ||||||||
@if($leads->count())
Showing {{ $leads->firstItem() }} to {{ $leads->lastItem() }} of {{ $leads->total() }} entries
@endif
{{ $leads->links('pagination::bootstrap-5') }}