@extends('layouts.mobile') @section('title', 'Bill Payments') @section('content')
This Month
₦{{ number_format($monthlySpending ?? 0, 2) }}
Bill payments
Transactions
{{ $monthlyTransactions ?? 0 }}
This month
Bill History
View all bill payments
{{ $transaction->description }}
{{ $transaction->created_at->format('M d, Y H:i') }}
-₦{{ number_format($transaction->amount, 2) }}
Available
Available
Available
Available