@extends('layouts.master') @section('title', 'Default Dashboard') @section('css') @endsection @section('breadcrumb')
Welcome to the {{ $settings['general']['site_name'] }} family! We are delighted that you have visited our dashboard.
Send New SMS| # | Time | Recipient | Message | Gateway | Status |
|---|---|---|---|---|---|
| {{ $msg->id }} | {{ $msg->sent_at ? $msg->sent_at->format('Y-m-d H:i') : $msg->created_at->format('Y-m-d H:i') }} | {{ $msg->recipient }} | {{ \Illuminate\Support\Str::limit($msg->message, 50) }} | {{ ucfirst($msg->gateway) }} | {{ ucfirst($msg->status) }} |
| No SMS records found. | |||||
| Name | Phone / ID |
|---|---|
| {{ $contact->recipient }} | |
| No contacts found. | |
 }})
 }})