@extends('admin/layout') @section('content')
| Lead Id | Premium | Proposer Name Proposer Email |
Proposer Mobile | Booked By/Payment Date | Status | Created | Actions | |
|---|---|---|---|---|---|---|---|---|
|
{{$operation->lead_id}} @if(isset($users_all[$operation->agent_id])) {{!empty($users_all[$operation->agent_id])?str_replace("--","",$users_all[$operation->agent_id]):''}} @endif @if($operation->utm_source!="") [{{$operation->utm_source}}] @endif |
{{$operation->final_premium}} | {{$operation->name}} {{$operation->email}} |
{{$operation->mobile}} | {{!empty($users_all[$operation->agent_id])?str_replace("--","",$users_all[$operation->agent_id]):''}} /{{$operation->policy_booking_date}} | {{!empty($status_array[$operation->status])?$status_array[$operation->status]:''}} | {{$operation->entry_date}} | @can('edit_booking') E @endcan @can('update_operation') U @endcan V |