Hello, Welcome {{auth()->user()->name}}
My Call Center All Leads
{{-- {{}} --}} {{-- Add New Plan --}}S# | Lead No | Date | Customer Name | {{--Selected Number | --}}Plan Name | Sim Type | {{--Channel | --}}Customer Number | {{--Lead Generate Time | --}}Status | {{--Remarks | --}}Action |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{++$key}} | {{$item->lead_no}} | {{$item->created_at}} | {{$item->customer_name}} | {{-- {{$item->plan}} --}} @php $plan = \App\elife_plan::whereId($item->plan)->first(); if($plan){ echo $plan->plan_name; } else{ $plan = \App\plan::whereId($item->plan)->first(); if($plan){ echo $plan->plan_name; } else{ } } @endphp {{-- {{$plan->plan_name}} --}} {{-- @php( ) --}} {{-- {{$plan->plan_name}} --}} {{-- @endif --}} {{-- {{$provider::FullPlan($item->plan,'Elife')}} --}} | {{$item->product_type}} | {{$item->customer_number}} | @if ($item->product_type == 'Elife') @if ($item->status == '1.02') SR Generated @else {{$item->status_name}} @endif @else {{$item->status_name}} @endif | {{--{{$item->remarks}} | --}}{{-- View remarks --}} |