{{$info->date_added}} {{$info->time_added}} |
{{date('d-m-Y',strtotime($info->date_added))}} {{$info->time_added}} |
@if($info->insurance_startdate== '0000-00-00')
00-00-0000 |
@elseif($info->insurance_startdate == '')
{{$info->insurance_startdate}} |
@else
{{date('d-m-Y',strtotime($info->insurance_startdate))}} |
@endif
{{$info->title}} {{$info->fname}} {{$info->lname}} |
{{$info->telephone}} |
{{$info->typeofcover}}
|
@if ($info->lead_source_field != '' || $info->lead_source_field !='Web Site')
{{$info->lead_source_field}}
@elseif(isset($info->affid))
@foreach($lead_source_field as $key => $value)
@if ($key == $info->affid)
{{$value}}
@endif
@endforeach;
@else
BestInsurance @endif
|
@if(!empty($info->product_id))
{{$info->product_name}}
@endif
|
Reviewable |
BI Product |
@if($info->status == '1')
@else
Rejected
@endif
|
@if(!empty($info->accountnumber))
Completed
@else
Incompleted
@endif
|
@endforeach
@endif
@if(isset($webline_pro_info))
@foreach($information as $info)
{{$info->date_added}} {{$info->time_added}} |
{{date('d-m-Y',strtotime($info->date_added))}} {{$info->time_added}} |
@if($info->insurance_startdate== '0000-00-00')
00-00-0000 |
@elseif($info->insurance_startdate == '')
{{$info->insurance_startdate}} |
@else
{{date('d-m-Y',strtotime($info->insurance_startdate))}} |
@endif
{{$info->title}} {{$info->fname}} {{$info->lname}} |
{{$info->telephone}} |
{{$info->typeofcover}}
|
@if ($info->lead_source_field != '' || $info->lead_source_field !='Web Site')
{{$info->lead_source_field}}
@elseif(isset($info->affid))
@foreach($lead_source_field as $key => $value)
@if ($key == $info->affid)
{{$value}}
@endif
@endforeach;
@else
BestInsurance @endif
|
@if(!empty($info->product_id))
{{$info->ProductName}}
@endif
|
{{$info->rates}} |
Webline Product |
@if($info->status == '1')
@else
Rejected
@endif
|
@if(!empty($info->accountnumber))
Completed
@else
Incompleted
@endif
|
@endforeach
@endif