# Hi Admin,
Here are the list of users celebrating birthday this coming week:
@foreach ($users as $user)
Name: {{ $user['name']}}, Email: {{ $user['email'] }}, Birthday: {{ date('jS F', strtotime($user['date_of_birth'])) }}
@endforeach
Go to dashboard
Thanks,
{{ config('app.name') }}