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

{{ __('Confirm Submission') }}

{{ $test->trans('name') }}

{{ __('Questions answered') }}:

{{ $answeredQuestions }} / {{ $totalQuestions }}

@if($answeredQuestions < $totalQuestions)
{{ __('You have not answered all questions. Are you sure you want to submit?') }}
@endif
@endsection