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

Your GPA result

{{ number_format($result['gpa'], 2) }}

{{ $result['standing'] }}

{{ $result['interpretation'] }}

Next improvement steps

    @foreach ($result['recommendations'] as $item)
  • {{ $item }}
  • @endforeach
@auth
@csrf
@else Create Account to Track GPA @endauth

Need help improving your GPA or preparing strong college admission documents?

Our academic experts can help with admission essays, tutoring, nursing support, research guidance, SPSS/statistics help, scholarship essays, and academic planning.

Place Order @include('partials.lead-form')

Recommended colleges and pathways

@forelse ($related['colleges'] as $college)

{{ $college->name }}

{{ $college->city }}, {{ $college->state }} ยท Min GPA {{ $college->minimum_gpa }}

{{ $college->transfer_policy_summary }}

@empty

No exact matches yet. Try a broader state or program interest.

@endforelse

Relevant services

@foreach ($related['services'] as $service) {{ $service->title }} {{ $service->summary }} @endforeach
@endsection