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

Buy Airtime

Purchase airtime for any network

@if($errors->any())
Please fix the following errors:
@endif
@csrf
@foreach($networks as $network) @endforeach

Enter 11-digit phone number

@foreach([50, 100, 200, 500, 1000, 2000] as $amount) @endforeach

Min: ₦50, Max: ₦10,000

@endsection