{{ $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| 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 | ||||