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