@extends('emails.layout') @section('title', 'SMS Notification Failed') @section('content')

⚠️ SMS Notification Failed

An SMS notification failed to send to a customer. Please review the details below and take appropriate action.

SMS Failure Details

Recipient Phone: {{ $phone }}
Message Type: {{ ucfirst(str_replace('_', ' ', $type)) }}
SMS Provider: {{ ucfirst($provider) }}
Error Message: {{ $smsError }}
Time: {{ $timestamp }}

Original Message

{{ $originalMessage }}
@if(!empty($context))

Additional Context

@foreach($context as $key => $value) @endforeach
{{ ucfirst(str_replace('_', ' ', $key)) }}: {{ $value }}
@endif

🔧 Action Required

Need help with SMS configuration?

Go to Admin Settings
@endsection