@extends('layouts.app') @section('title', 'SMS Center') @section('content')

SMS Center

@csrf

Recent SMS

@forelse($recentLogs as $log) @empty @endforelse
ToStatusSent
{{ $log->recipient }}{{ $log->status }}{{ $log->created_at->diffForHumans() }}
No SMS sent yet.
@endsection