@extends('admin.layouts.adminmaster') @section('title', 'All Client') @section('content')
# | Reference | Client Name | Mobile | Post Code | Current Card | Action |
---|---|---|---|---|---|---|
{{ $key+1 }} | {{ $client->reference }} | {{ $client->forename }} | {{ $client->phone }} | {{ $client->postcode }} | {{ $client->card->first()->number ?? null }} |
|