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

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

{{$id}}

{{-- {{}} --}} {{-- @can('manage sale') Add New Lead @endcan --}}
{{-- Add New Plan --}}
{{-- --}} @foreach ($operation as $key => $item) {{-- --}} --}} @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') @endif {{-- --}} View remarks {{--
@endsection {{-- @@section('name') --}} {{-- @endsection --}}