@foreach (Session::get('exam_object')['examCategory'][$current_category]['questions'][$current_question]['answers'] as $a)
@if (in_array($a['answer_' . App::getLocale()], Session::get('exam_object')['examCategory'][$current_category]['questions'][$current_question]['wrong_answers']))
{{ $a['answer_' . App::getLocale()] }}
@else
{{ $a['answer_' . App::getLocale()] }}
@endif
@endforeach
MAIL_MAILER=smtp
MAIL_HOST=mail.aatheorie.nl
MAIL_PORT=465
MAIL_USERNAME=info@send.aatheorie.nl
MAIL_PASSWORD=7Y)Q$eDov!HC
MAIL_ENCRYPTION=ssl
MAIL_FROM_ADDRESS=info@send.aatheorie.nl
MAIL_FROM_NAME="${APP_NAME}"