@extends('layouts.main') @section('content')
@if(isset($categories)) @if($categories->status == 1)
@include('partials.sigma.banner', ['page' => 'bills'])

Redeem Airtime and Bills

Select a Bills or Airtime Vendor to load available vouchers for the selected vendor.

@foreach($categories->data[0]->child_menu as $item)

{{ucwords(strtolower($item->name))}}

@foreach($item->category as $sub_item) @endforeach
@endforeach
@endif @endif
@endsection @push('style') @endpush