@extends('layouts.front') @section('title', 'Checkout') @section('content')

Your Personal Training Summary

Age Group {{ $profile['age'] ?? '-' }}
Height (cm) {{ $profile['height_cm'] ?? '-' }}
Weight (kg) {{ $profile['weight_kg'] ?? '-' }}
Goal {{ $profile['goal_weight_change'] ?? '-' }}
Location {{ $profile['location'] ?? '-' }}
Food Allergy {{ $profile['food_allergy'] ?? '-' }}
Medicine/Antibiotics {{ $profile['medicine_history'] ?? '-' }}
Gym Experience {{ $profile['gym_experience'] ?? '-' }}
Number of Persons {{ $profile['number_of_persons'] ?? '-' }}
Selected Package (Classes & Price) {{ $profile['selected_package'] ?? '-' }}

Total to Pay

{{ explode('-', $profile['selected_package'])[1] ?? '---' }}
@csrf
@endsection @push('scripts') @endpush