Click Mobile Banner Logo

Short Code Invoice/Payment Alert

{{ date('F d, Y') }}
Hello Accounts Team,

{{ $message_body }}

Short Code : {{$finance_arr['short_code'] }}

Invoice Date : {{ $finance_arr['invoice_date'] }}

Invoice Number : {{ $finance_arr['invoice_number'] }}

Amount : {{ $finance_arr['invoice_amount'] }}

Status : {{ $finance_arr['invoice_status'] }}

Remarks : {{ $finance_arr['remarks'] }}

Client Short Short Codes @if ($short_code_list->isEmpty()) @else @foreach ($short_code_list as $row) @endforeach @endif
Name Code Network Toll Free Status Remarks Launch Date Renewal Date
No Records found
{{ $row->name }} {{ $row->shortcode }} {{ $row->network }} {{ strtoupper($row->toll_free) }} {{ $row->status }} {{ $row->remarks }} {{ date('d-m-Y', strtotime($row->launch_date)) }} @if($row->expiry_date == false) {{ "N/A"}} @else {{ date('d-m-Y', strtotime($row->expiry_date)) }} @endif