@extends('admin.layout.app') @section('content')
| Id | Customers | Register Date | Phone | Country | Total Order | Actions | |
|---|---|---|---|---|---|---|---|
| #CS-{{$customer->id}} |
|
{{$customer->created_at->format('d','m','y')}} | {{$customer->email ?? ''}} | 202-555-0983 | South Africa | 18 |
|