@extends('layouts.app') @section('title', 'Help') @section('content')

Help

@if (Auth::user())
  • If you receive the following message:

    Sorry! You cannot take this assessment again. You have either reached the limit of 5 attempts, or have already passed this assessment. Please click on the Help button to be able to try again.
    Then click the button below to notify the assessment administrator. You will be notified when you are able to take the assessment again.
    {{ csrf_field() }}

  • For all other requests, please e-mail {{ config('mail.from.address', 'Laravel') }}, or see the FAQ page.

@else Please e-mail {{ config('mail.from.address', 'Laravel') }} if you need assistance, or see the FAQ page. @endif
@endsection