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

{{ __('Hi') }}, {{ Auth::user()->name }} {{ __('What makes you tick?') }}

@role('admin|facilitator')
{{ csrf_field() }}

 

{{ __('This may take some time, depending on the number of profiles in the database') }}

{{ __('Average scores in the Last Years') }} - {{ __('Acceptance') }}

{{ __('Average scores in the Last Years') }} - {{ __('Rejection') }}

@endrole
@endsection @push('scripts') @role('admin|facilitator') @endrole @endpush