Manage Loyalty
{{ session()->get('success') }}
@endif
Loyalty list
| Id | Loyalty | Point | Action |
|---|---|---|---|
| {{ $data->id }} | {{ \App\Models\Client::where('id', $data->client_id)->first()->name }} | {{ $data->point }} | Approve Disapprove |