@extends('emails.layout') @section('title', 'SMS Notification Failed') @section('content')
An SMS notification failed to send to a customer. Please review the details below and take appropriate action.
| Recipient Phone: | {{ $phone }} |
| Message Type: | {{ ucfirst(str_replace('_', ' ', $type)) }} |
| SMS Provider: | {{ ucfirst($provider) }} |
| Error Message: | {{ $smsError }} |
| Time: | {{ $timestamp }} |
| {{ ucfirst(str_replace('_', ' ', $key)) }}: | {{ $value }} |
Need help with SMS configuration?
Go to Admin Settings