Serial No | Name | Phone Number | Retailer | Created At | Status | Activate/Deactivate | Action | |
---|---|---|---|---|---|---|---|---|
{{ $index+$leadList->firstItem() }} | {{ Str::title($lead->name) }} | {{ $lead->email }} | {{ $lead->country_code . " " . $lead->phone }} | {{ Str::title($lead->retailer) }} | {{ $lead->created_at }} | @if ($lead->status == 1) Active @else Inactive @endif |
status ? 'checked' : '' }} id="customSwitch{{ $lead->id }}" data-lead="Lead "
data-route="{{ route('admin.lead.updateStatus', $lead->id) }}"
>
|
|
No Record Found. |