@extends('layouts.dashboard-app') {{-- https://github.com/grosv/laravel-passwordless-login?ref=madewithlaravel.com --}} @section('main-content')

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

Coordination Postpaid Leads

{{-- Add New Plan --}}
{{-- --}} {{-- --}} {{-- --}} {{-- @if (auth()->user()->role == 'MainCoordinator') --}} @if (auth()->user()->role == 'Coordination Wireless Telesales') @else @endif @foreach ($operation as $key => $item) {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if (auth()->user()->role == 'MainCoordinator') --}} {{-- @if (auth()->user()->role == 'Coordination Wireless Telesales') @endif --}} @if (auth()->user()->role == 'Coordination Wireless Telesales') @endif @endforeach
S# Lead NoDateCustomer NameSelected NumberPlan Name Product Type C.M. No Lead Generate Time StatusRemarksActionAttend
{{ ++$key }} {{ $item->lead_no }}{{$item->verified_date}}{{ $item->customer_name }}{{$item->selected_number}} @if ($item->sim_type == 'Elife') @php $plan = \App\elife_plan::whereId($item->select_plan)->first() @endphp {{ $plan->plan_name }} @elseif($item->sim_type == 'HomeWifiTelesales') @php $plan = \App\elife_plan::whereId($item->select_plan)->first() @endphp {{ $plan->plan_name }} @else @php $plan = \App\plan::whereId($item->select_plan)->first() @endphp {{ $plan->plan_name }} @endif {{ $item->sim_type }} xxxxxxxxxx{{ $item->customer_number }}{{ $item->lead_generate_time }} {{ $item->status_name }}{{$item->remarks}} @if ($item->status_name == 'Assign to Activation') @if ($item->status_name == 'pending') @elseif($item->status_name == 'verified') @endif @if ($item->status_name == 'pending') @elseif($item->status_name == 'verified' && $item->sim_type == 'HomeWifiTelesales') @endif
@endsection {{-- @@section('name') --}} {{-- @endsection --}}