@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 Name Selected Number Plan Name Sim Type Channel Customer NumberLead Generate TimeStatusRemarksAction
{{$key}} {{$item->lead_no}} {{$item->date_time}} {{$item->customer_name}} {{$item->selected_number}} {{-- {{$item->select_plan}} --}} {{$provider::FullPlan($item->select_plan,$item->sim_type)}} {{$item->sim_type}} {{$item->channel_type}} {{$item->customer_number}} @if ($item->sim_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 --}}