@extends('layouts.app') @section('styles') @endsection @section('content')
{{ __('Hi') }}, {{ Auth::user()->name }} {{ __('What makes you tick?') }}
{{ __('There are no upcoming teamsessions for you, if you want to start a teamsession, click here!') }}
{{ __('Click here if you want to add Users or a Team to your account.') }}
{{ __('The questionnaire has not been completed, you can start right away!') }}
{{ __('There are no open profiles for you, please contact your facilitator if you think there should be a questionnaire waiting for you!') }}
@else
@endif
{{ __('Your Report is ready, click to open and start discovering!') }}
{{ $facIntroAry[$fac->id] }}
@if ($content!==null) {{ $content->cleanedBody }} @endif