@extends('layouts.app') @section('title', 'Buy Airtime') @section('content')

Buy Airtime

Purchase airtime for any network.

Wallet Balance: ₦{{ number_format($walletBalance, 2) }} Fund
@foreach($networks as $network) @endforeach
Amount ₦0.00
Service Charge ₦0.00
Total ₦0.00
@endsection @push('scripts') @endpush