Showing 1-6 of 6 results
@foreach ($customers as $customer) @endforeach
User Contact Active Status Joined Bookings Actions
{{ $customer->email }}
{{ $customer->phone ?? '-' }}
{{ $customer->is_active ? 'Active' : 'Inactive' }} {{ \Carbon\Carbon::parse($customer->created_at)->format('M Y') }} {{ $customer->bookings_count ?? 0 }} Bookings
@can('customer-view') @endcan @can('customer-edit') @endcan
Showing {{ $customers->firstItem() ?? 0 }} to {{ $customers->lastItem() ?? 0 }} of {{ $customers->total() ?? 0 }} entries
{{ $customers->links('components.pagination.default') }}
@push('scripts') @endpush