@extends('layouts.admin') @section('title','Clients') @section('page-title','Clients') @section('content')
| Name | Phone | Loyalty Pts | Joined | Actions | |
|---|---|---|---|---|---|
| {{ $c->name }} | {{ $c->email }} | {{ $c->phone ?? '—' }} | {{ $c->loyalty_points }} | {{ $c->created_at->format('M j, Y') }} | View |
| No clients yet. | |||||