@extends('layouts.dashboard-app') @section('main-content')

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

My All Leads

{{-- {{}} --}} @can('manage sale') Add New Lead @endcan {{-- Add New Plan --}}
{{-- --}} @foreach ($operation as $key => $item) {{-- --}} --}} @endif @endforeach
S# Lead No Customer Name Plan Name Sim Type C.M. No Lead Generate TimeStatusRemarks Action
{{$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 --}} {{--
@endsection {{-- @@section('name') --}} {{-- @endsection --}}