My All Leads
{{-- {{}} --}}
@can('manage sale')
Add New Lead
@endcan
{{--
Add New Plan --}}
S# |
Lead No |
Customer Name |
Plan Name |
Sim Type |
C.M. No |
Lead Generate Time |
{{-- Status | --}}
Remarks |
Action |
@foreach ($operation as $key => $item)
{{$key}} |
{{$item->lead_no}} |
{{$item->customer_name}} |
{{$item->select_plan}} |
{{$item->sim_type}} |
{{$item->customer_number}} |
{{$item->lead_generate_time}} |
@if ($item->sim_type == 'Elife')
@if ($item->status == '1.02')
SR Generated
@endif
@else
{{$item->status_name}}
@endif
|
{{-- {{$item->remarks}} | --}}
@if($item->status == '1.03')
@elseif($item->status == '1.13')
@else
{{-- | --}}
{{-- View remarks --}}
{{-- | --}}
@endif
@endforeach