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

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

Operation Leads

{{-- Add New Plan --}}
@foreach ($operation as $key => $item) @inject('provider', 'App\Http\Controllers\HomeController') @endforeach
S# Lead No Customer Name Plan Name Sim Type C.M. No Lead Generate Time Status Remarks Attend
{{$key}} {{$item->lead_no}} {{$item->customer_name}} {{$item->select_plan}} {{$item->sim_type}} {{$item->customer_number}} {{$item->lead_generate_time}} {{$item->status}} {{$item->remarks}}
S# Lead No Customer Name Plan Name Sime Type C.M. No Lead Generate Time Status Remarks Attend
@endsection {{-- @@section('name') --}} {{-- @endsection --}}