@extends('layouts.admin') @section('title', 'Birthdays') @section('page-title', 'Birthdays') @section('page-subtitle', 'Manage member birthdays and send wishes') @php use Carbon\Carbon; @endphp @section('content')
@foreach($birthdaysToday as $member) {{ $member->full_name }}@if(!$loop->last), @endif @endforeach
Today
{{ $stats['today'] }}
This Month
{{ $stats['this_month'] }}
With Phone
{{ $stats['with_phone'] }}
With Email
{{ $stats['with_email'] }}
| Member | Birthday | Age | Contact | Actions | |
|---|---|---|---|---|---|
|
@if($member->profile_photo)
{{ substr($member->first_name, 0, 1) }}{{ substr($member->last_name, 0, 1) }}
@endif
{{ $member->full_name }} {{ $member->member_id }} |
{{ $birthday->format('M d') }} {{ $nextBirthday->format('l, M d, Y') }} |
{{ $age }} |
|
||
|
No birthdays found for the selected filters. |
|||||