@extends('admin.layouts.master') @section('title', 'Manage Clients') @section('content')
| # | Name | Phone | Register date | Total bookings | Actions | |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $client->name }} | {{ $client->email }} | {{ $client->full_phone }} | {{ $client->created_at->format('d-m-y h:i a') }} | {{ $client->bookings->count() }} |
|
| No clients found | ||||||