@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 }} | {{ $customer->modifiedTime }} | {{ $customer->birthday }} | {{ $customer->memberId }} | {{ $customer->loyalty }} | {{ $customer->storeCreditsBalance }} | {{ $customer->cashbackBalance }} |