@extends('components.app-layout') @section('title', "Today's Birthdays") @section('subtitle', 'Send birthday messages to members celebrating today') @section('content')
{{ $todayBirthdays->count() }} members celebrating their birthday today
Member ID: {{ $member->member_id }}
@if($member->age)Turning {{ $member->age }} years old
@endif @if($member->yearGroup) {{ $member->yearGroup->abbreviation }} @endifThere are no members celebrating their birthday today.