@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
{{ $split_sms_units_arr['reportDate'] }}
Sent Messages
SMS Charge(MWK) : {{ $split_sms_units_arr['charge_computation'] }}
SMS Units : Airtel : {{ number_format($split_sms_units_arr['Airtel SMSUnits']) }} | TNM : {{ number_format($split_sms_units_arr['TNM SMSUnits']) }}

Sent SMS list

Sent SMS list

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