Hello, Welcome {{auth()->user()->name}}
My Call Center All Leads
{{-- {{}} --}} {{-- Add New Plan --}}S# | Lead No | Date | Customer Name | {{--Selected Number | --}} {{--Sim Type | --}} {{--Channel | --}}Customer Number | Amount | {{--Lead Generate Time | --}}Status | {{--Remarks | --}}Action |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{++$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 --}} |