@extends('pages.admin.woo-commerce.woo-app') @section('woo-content')
| # | {{ __('avatar') }} | {{ __('email') }} | {{ __('first name') }} | {{ __('last name') }} | {{ __('username') }} | {{ __('date created') }} | |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
|
{{ $customer->email }} | {{ $customer->firstName }} | {{ $customer->lastName }} | {{ $customer->username }} | {{ verta($customer->dateCreated)?->format(getDateFormat()) }} |