@extends('admin.layouts.app') @section('content')
ID | Name | Phone | Address | Joined | Actions | |
---|---|---|---|---|---|---|
#{{ $customer->id }}
|
{{ $customer->name }}
|
{{ $customer->email }}
|
{{ $customer->phone ?? 'N/A' }}
|
{{ $customer->address ?? 'N/A' }}
|
{{ $customer->created_at->format('M d, Y') }}
|
Edit |