@extends('admin.layouts.adminmaster') @section('title', 'View Client') @section('content')
Status | Card | Holder | Action |
---|---|---|---|
@php $now = \Carbon\Carbon::now(); $isExpired = $card->expiry < $now; @endphp @if ($isExpired) Card Expired @else Card Valid @endif |
|
{{ $card->holder_name }} |
|
# | Remark | Updated Date |
---|---|---|
1 | {{ $client->remark }} | {{ $client->updated_at }} |