Billing
@include('layouts.billing.billing-top-bar.bar')
@php
$data = billing_amount_counter();
@endphp
Successful Recharge
{{number_format($data['Successful_Recharge'], 2)}}
Total Credit
{{number_format($data['Total_Credit'], 2)}}
Total Debit
{{number_format($data['Total_Debit'], 2)}}
| Date | Transaction ID | Amount | Description | |||
|---|---|---|---|---|---|---|
| {{ date('Y-m-d', strtotime($transaction->created_at)) }} | @if($transaction->transaction_id ||$transaction->transaction_id== "N/A") {{$transaction->transaction_id}} @else {{$transaction->id}} @endif | {{$transaction->amount}} | {{$transaction->remark}} | |||
No data found !! |
||||||
Show items per page
{{ $Transactions->appends(request()->query())->links() }}