@extends('layouts.dashboard-app') @section('main-content') @inject('provider', 'App\Http\Controllers\HomeController')

Hello, Welcome {{auth()->user()->name}}

My Call Center All Leads

{{-- {{}} --}} {{-- Add New Plan --}}
{{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @foreach ($operation as $key => $item) {{-- --}} @endforeach
S# Lead No Date Customer NameSelected NumberPlan Name Sim TypeChannelCustomer NumberLead Generate TimeStatusRemarksAction
{{++$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 --}}
@endsection {{-- @@section('name') --}} {{-- @endsection --}}