@extends('layouts.master') @section('page-title') {{ $page_title }} @endsection @section('page-css') @endsection @section('content')
SMS Traffic Monitoring
@if(in_array(session('current_user.role'), ['administrator', 'finance']))
SMS Account Balance
{{ number_format($balance_arr['balance']) }}
@endif
{{ $sms_units_arr['reportDate'] }}
Sent Messages
SMS Units : {{ $sms_units_arr['smsUnits'] }} | Charge : {{ number_format($sms_units_arr['clientChargeTotal'], 2) }}

Sent SMS list

Sent SMS list

@endsection @section('page-js') @endsection