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

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

Leads from My Team

{{-- Add New Plan --}}
{{-- --}} {{-- --}} {{-- --}} @foreach ($operation as $key => $item) {{-- --}} {{-- --}} @endforeach
S# Lead No Language Customer NameSelected NumberPlan NameProduct TypeC.M. No Lead Generate Time StatusRemarksAttend
{{++$key}} {{$item->lead_no}} {{$item->language}} {{$item->customer_name}}{{$item->selected_number}} @if ($item->sim_type == 'Elife') @php( $plan = \App\elife_plan::whereId($item->select_plan)->first()) {{$plan->plan_name}} @elseif($item->sim_type == 'HomeWifiTelesales') @php( $plan = \App\elife_plan::whereId($item->select_plan)->first()) {{$plan->plan_name}} @elseif($item->sim_type == 'BitStream') @php( $plan = \App\elife_plan::whereId($item->select_plan)->first()) {{$plan->plan_name}} @else @php( $plan = \App\plan::whereId($item->select_plan)->first()) {{$plan->plan_name}} @endif {{$item->sim_type}}xxxxxxxxxx {{$item->lead_generate_time}} Closed {{-- --}} {{-- --}} {{-- --}} {{-- --}}
@endsection {{-- @@section('name') --}} {{-- @endsection --}}