@extends('layouts.app') @section('title', 'Cable TV Subscription') @section('content')

Cable TV Subscription

Subscribe to your favorite cable TV provider.

Wallet Balance: ₦{{ number_format($walletBalance, 2) }} Fund
@foreach($providers as $provider) @endforeach
@endsection @push('scripts') @endpush