List Of All Customers
Here, You can manage Customers
| Id | Join Date | Name | Phone | DOB | Orders | Status | Action | |
|---|---|---|---|---|---|---|---|---|
| {{$key+1}} | {{$user->created_at->format('Y-m-d');}} | {{$user->name}} | {{$user->email}} | {{$user->user_phone}} | {{$user->userInfo?->user_dob}} | 0 |
|
@extends("admin.layout.app") @section("title","Kitchen Dashboard") @section("content")
Here, You can manage Customers
| Id | Join Date | Name | Phone | DOB | Orders | Status | Action | |
|---|---|---|---|---|---|---|---|---|
| {{$key+1}} | {{$user->created_at->format('Y-m-d');}} | {{$user->name}} | {{$user->email}} | {{$user->user_phone}} | {{$user->userInfo?->user_dob}} | 0 |
|