@foreach ($allLeads as $blg)
Name
{{$blg->name }}
Email
{{$blg->email }}
Phone
{{$blg->contact }}
Country
@if(isset($blg->service->country)) {{$blg->service->country->toCountry->name}} @endif
Service
{{$blg->service->title}} {{$blg->service->vi_service_validity->entry_type}} Entry {{$blg->service->vi_service_validity->valid_till}} Days
Created at
{{$blg->created_at->format('d-M-y')}}
@if($is_verified == 0)
Verify/Flag
is_verified == 1 ? 'checked' : '' }}>
is_verified == 2 ? 'checked' : '' }}>
@endif