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

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

@if($errors->any()) @endif {{-- foreach --}}
{{-- --}} @foreach ($k as $i => $item) {{-- {{$item->number}} --}} @endforeach
S# Agent Name Customer Name Customer Area Customer NumberCustomer PlanStatus Remarks Date and Time
{{++$i}} {{$item->agent_name}} {{$item->name}} Building - {{$item->building}} - Tenant Type : {{$item->tenant_type}} - {{$item->makani_eid}} {{$item->mobile}} {{$item->remarks}} @if($item->other_remarks != '') {{-- {{$item->other_remarks}} --}} @if($item->other_remarks == 'Lead has Been Created') {{-- --}} {{$item->other_remarks}} {{-- View remarks --}} @else Lead Not Created Yet @endif @else {{$item->remarks}} @endif {{$item->updated_at}}
{{-- @for($i = 0; $i<=300 ; $i++) --}}
@endsection