@extends('admin.layouts.app') @section('title', 'Registration Request') @section('content')
Customers who registered from the website form. Review, assign package, and set status to Active to approve.
| Photo | Customer ID | Customer Name | Contact No | Email Id | Address | Order Instruction | Register Date | Action |
|---|---|---|---|---|---|---|---|---|
|
|
{{ $row->CustomerId }} | {{ $row->full_name }} | {{ $row->Phone }} | {{ $row->EmailId }} | {{ $row->Address }} | {{ $row->Details }} | {{ $row->CreatedDate ? $row->CreatedDate->format('d/m/Y') : '' }} | Review & Approve |
| No pending registration requests. | ||||||||