@extends('layouts.mobile') @section('title', 'Pay Electricity Bill') @section('content')

Pay Electricity Bill

Pay your electricity bills instantly

@if($errors->any())
Please fix the following errors:
@endif
@csrf
@foreach($providers as $key => $provider) @endforeach

Enter 10-13 digit meter number

Phone number for transaction confirmation

@foreach([1000, 2000, 5000, 10000, 15000, 20000] as $amount) @endforeach

Min: ₦500, Max: ₦100,000

@endsection