@extends('backEnd.layouts.master') @section('title', 'SMS Gateway') @section('content')
Credit Balance
{{ $label }}
| To | Status | Time |
|---|---|---|
| {{ $log->to }} | {{ ucfirst($log->status) }} | {{ $log->created_at?->diffForHumans() }} |
| No logs yet | ||
Gateway Status
@if($config['enabled'] && $config['api_key_set']) Active Sender: {{ $config['sender_id'] ?: '—' }} @else Not Configured @endif