@extends('layouts.admin.index') @section('content')
| Image | First Name | Last Name | Phone | Address | State | Postal Code | Created Time | Modified Time | Birthday | Member ID | Loyalty | Store Credit Balance | Cashback Balance | Actions | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@if($customer->image)
@endif
|
{{ $customer->firstName }} | {{ $customer->lastName }} | {{ $customer->email }} | {{ $customer->phone }} | {{ $customer->address1 }} {{ $customer->address2 }} | {{ $customer->state }} | {{ $customer->postalCode }} | {{ $customer->createdTime ? \Carbon\Carbon::parse($customer->createdTime)->format('Y-m-d H:i:s') : '' }} | {{ $customer->modifiedTime ? \Carbon\Carbon::parse($customer->modifiedTime)->format('Y-m-d H:i:s') : '' }} | {{ $customer->birthday ? \Carbon\Carbon::parse($customer->birthday)->format('Y-m-d') : '' }} | {{ $customer->memberId }} | {{ $customer->loyalty }} | {{ $customer->storeCreditsBalance }} | {{ $customer->cashbackBalance }} | |
| No customers found | |||||||||||||||