@extends('frontend.layouts.app-proposal') @section('header-scripts') @endsection @section('content')

Risk Profiler

80%
@if(!empty($solution))

Investment Solution

{{ $solution->title }}

{!! $solution->overview !!}

{!! $solution->description !!}
@if(!empty($risk_profile)) @endif
@if(is_array($allocations))
    @foreach($allocations as $key => $item)
  • {{ $item['title'] . ' ' . $item['percentage'] . ' %' }}
  • @endforeach
@endif

Top 5 Holdings