@extends('admin.layouts.app') @section('title', 'Pending Customers') @section('content')
All customers with inactive / pending status — from website registration or added by admin.
| Photo | Customer ID | Customer Name | Source | Executive Name | Contact No | Email Id | Address | Register Date | Action |
|---|---|---|---|---|---|---|---|---|---|
|
|
{{ $row->CustomerId }} | {{ trim($row->Fname.' '.$row->Lname) }} | @if ($isWebsite) Website @else Admin @endif | {{ trim(($row->executive->Fname ?? '').' '.($row->executive->Lname ?? '')) }} | {{ $row->Phone }} | {{ $row->EmailId }} | {{ $row->Address }} | {{ $row->CreatedDate ? $row->CreatedDate->format('d/m/Y') : '' }} | Edit / Approve |