@extends('layouts.master') @section('page-title') {{ $page_title }} @endsection @section('page-css') @section('content')
Outbound SMS Monitoring

Sent SMS list

Filter messages by date, sender, recipient, or delivery state.

@if($traffic_arr) @foreach($traffic_arr->content as $row) @endforeach @endif
Message ID Recipient Content Sender ID Date Created Status
{{ $row->refId}}
{{ $row->to}}
{{ $row->message }} {{ $row->from }} {{ \Carbon\Carbon::parse($row->createdAt)->format('Y-m-d H:i:s') }} {{ $row->deliveryStatus }}
@endsection @section('page-js') @endsection