@extends('admin/layout') @section('content')
@if (Session::has('message'))
{{ Session::get('message') }}
@endif

Filter

@include('common.booking_form_search',['lmsstatus'>$status,'activeUsers'=>$users_all])
@foreach($operations as $key=>$operation) @endforeach
Lead Id Premium Proposer Name
Proposer Email
Proposer Mobile Booked By/Payment Date Status Created Actions
{{$operation->lead_id}}
{{!empty($users_all[$operation->agent_id])?str_replace("--","",$users_all[$operation->agent_id]):''}} @if($operation->utm_source!="")
[{{$operation->utm_source}}] @endif
{{$operation->premium}} {{$operation->proposer_name}}
{{$operation->proposer_email}}
{{$operation->proposer_mobile}} {{!empty($users_all[$operation->agent_id])?str_replace("--","",$users_all[$operation->agent_id]):''}} /{{$operation->date_of_payment}} {{!empty($status_array[$operation->status])?$status_array[$operation->status]:''}}
{{$operation->created_at}} @can('edit_booking') E @endcan @can('update_operation') U   @endcan V