@extends('layouts.app') @section('styles') @endsection @section('content')
{{ __('Please indicate in which format you would like the Users to be exported.') }}
{{ __('Exports are available in Excel and CSV.') }}
{{ __('This profile has been completed on: ') }}{{ date('d-m-Y', strtotime($sessionuser->profileDate)) }}
{{ __('You can reset this profile if needed. By clicking on the button below, the questionnaire will be available again and the user can complete a new profile.') }}
{{ __('An earlier profile has been completed on: ') }}{{ date('d-m-Y', strtotime($existingprofile[$sessionuser->id])) }}
{{ __('You can link this existing profile to this session. By clicking on the button below, the existing results and permission setting will be copied to the current session.') }}