@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 NumberSim TypeChannelCustomer Number AmountLead Generate TimeStatusRemarksAction
{{++$key}} {{$item->lead_no}} {{$item->created_at}} {{$item->customer_name}}{{$item->product_type}}{{$item->customer_number}} {{$item->amount}} @if ($item->product_type == 'Elife') @if ($item->status == '1.02') SR Generated @else {{$item->status_name}} @endif @else {{$item->status_name}} @endif {{$item->remarks}} {{-- {{$item->status}} --}} @if($item->status == '1.02') @endif {{-- View remarks --}}
@endsection {{-- @@section('name') --}} {{-- @endsection --}}