@if ($completedTransactionId) @livewire('user.purchases.purchase-result', ['transactionId' => $completedTransactionId], key('purchase-result-'.$completedTransactionId)) @endif @if ($purchaseError) @endif @if (! $showSummary)

Buy Data

Wallet balance: ₦{{ number_format($wallet->balance / 100, 2) }}

@error('phone')

{{ $message }}

@enderror
@error('network')

{{ $message }}

@enderror
@if ($network !== '')
@forelse (['daily' => 'Daily', 'weekly' => 'Weekly', 'monthly' => 'Monthly', 'other' => 'Other'] as $band => $bandLabel) @if ($this->groupedPlans->has($band))

{{ $bandLabel }}

@foreach ($this->groupedPlans[$band] as $plan) @endforeach
@endif @empty @endforelse @if ($this->groupedPlans->isEmpty())

No data plans available for this network right now.

@endif
@endif @error('servicePlanId')

{{ $message }}

@enderror
@else @endif