@component('mail::message') # Firebase Notification Failure Dear Admin, We regret to inform you that there was a failure in sending a Firebase notification. Please check the logs for more details. > **Failure Message**: {{ $errorMessage ?: 'No error message provided'}} Title: {{ $title }}
Body: {{ $body }} @component('mail::table') | Device Tokens | | ------------- | @if(is_array($deviceToken)) @foreach($deviceToken as $token) | {{ $token }} | @endforeach @else | {{ $deviceToken }} | @endif @endcomponent @endcomponent