@extends('layouts.admin') @section('title', 'Billing Management') @section('content')
@csrf

{{--
  • Access to basic math problems & quizzes
  • Limited daily attempts for quizzes
  • Basic progress tracking
--}}
@php $features = isset($billing->points) ? json_decode($billing->points, true) : []; @endphp @if (!empty($features))
@foreach ($features as $index => $feature)

@if ($index == 0) @else @endif
@endforeach
@else
@endif
{{-- --}} @endsection