@extends('layouts.app') @section('content')
| ID | Image | Name | Status | Bonus Balance | Date of Birth | Created At | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{ $item->id }} |
@if($item->image)
{{ strtoupper(substr($item->name, 0, 1)) }}
@endif
|
{{ $item->name }} | {{ $item->email }} | @if($item->is_active) Active @else Inactive @endif | {{ $item->date_of_birth ? $item->date_of_birth->format('Y-m-d') : 'N/A' }} @if($item->date_of_birth && $item->date_of_birth->isBirthday()) @endif | {{ $item->created_at->format('Y-m-d') }} | ||
| No users found. | ||||||||