@extends('layouts.admin') @section('pageTitle') Best Insurance | Insurers @stop @section('content')
@if(isset($BI_information)) @foreach($information as $info) @if($info->insurance_startdate== '0000-00-00') @elseif($info->insurance_startdate == '') @else @endif @endforeach @endif @if(isset($webline_pro_info)) @foreach($information as $info) @if($info->insurance_startdate== '0000-00-00') @elseif($info->insurance_startdate == '') @else @endif @endforeach @endif
Created Date Application Date Insurance Start Date Name Telephone Cover Type Source Insurer Premium Type Product Status Lead Status
{{$info->date_added}} {{$info->time_added}} {{date('d-m-Y',strtotime($info->date_added))}} {{$info->time_added}} 00-00-0000 {{$info->insurance_startdate}} {{date('d-m-Y',strtotime($info->insurance_startdate))}} {{$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
{{$info->date_added}} {{$info->time_added}} {{date('d-m-Y',strtotime($info->date_added))}} {{$info->time_added}} 00-00-0000 {{$info->insurance_startdate}} {{date('d-m-Y',strtotime($info->insurance_startdate))}} {{$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
@stop @section('pageBottomJs') @stop