All Customers

@foreach ($customers as $customer) @endforeach
Name Email Registered Date Applications
{{ $customer->name }} {{ $customer->email }} {{ $customer->created_at->format('M d, Y') }} {{ $customer->applications_count }}