@extends('layouts.app') @section('content')

GPA calculator ecosystem

{{ $title }}

Calculate your GPA, understand your academic standing, and get recommendations for colleges, programs, scholarships, transfer options, nursing pathways, and academic support.

Start My Order
@foreach ($calculatorTypes as $slug => $label) {{ $label }} @endforeach
@include('partials.calculator-form', ['type' => $type, 'calculatorTypes' => $calculatorTypes])
@endsection