@extends('front.axies.master') @section('body')
@foreach(config('categories.category_parents') as $category) {{ $category['name'] }} @if(!$loop->last)   @endif @endforeach
{{ __('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 }}
{{ $pack->subheading }}
{{ price($pack->amount) }}
@foreach($pack->specs as $spec)
{{ $spec }}
@endforeach
@endforeach
@endsection