@component('mail::message')
Hello {{ $notifiable->first_name }},
Coach {{ $coach->user->name }} has created a new parent in the system.
Player Details:
Player Name: {{ $player->user->first_name }} {{ $player->user->last_name }}
Creation Date: {{ formateDate($player->created_at) }}
Please review the player's information and ensure it is accurate.
Thank you,
{{ config('app.name') }}
@endcomponent