@if($formEmailVerification == 1) @endif @forelse ($leads as $lead) @if($formEmailVerification == 1) @endif @empty @endforelse @if($leads->hasPages()) @endif
TID Title Name Email Email Verification Date Actions
{{$lead->id}} @if ($lead->title) {{$lead->title}} @else - @endif {{ $lead->first_name }} {{ $lead->last_name }} {{ $lead->email ? $lead->email : "---" }} {{($lead->email_verification === 1) ? ' Yes ' : 'No'}} {{$lead->date_for_humans}}
No Record Found.
{{$leads->links()}}