@extends('layouts.horizontal', ['withLoader' => true]) @section('css') @endsection @section('content') @php $minChild = $activeChildrenNum < 5 ? 5 : $activeChildrenNum; @endphp
@csrf
Purchase a plan

The number of active children is {{$activeChildrenNum}}.

Add or delete child profiles to change the number of active children.


Select a plan
0-5 children is charged at one rate
@endsection @section('script-bottom') @endsection