@extends('front.tendra.master') @section('body')
{{ __('Home') }} |
{{ __('Prepaid credits') }}
{{ __('Discover our prepaid credit plans') }}
{{ __('Save big with our prepaid credit plans! Enjoy reduced prices, instant access, no monthly fees, and full control over your spending. Top up anytime!') }}
@foreach($packs as $pack)
{{ $pack->name }}
{{ price($pack->amount) }}
{{ $pack->subheading }}
@foreach($pack->specs as $spec)
{!! $spec !!}
@endforeach
@endforeach
@endsection