Sindbad~EG File Manager
@extends('layout')
@section('content')
<style type="text/css">
#archive
{
text-decoration: underline;
color: #039;
}
</style>
<?php
$index_url = url('user/question_index/'.Helper::encrypt($course_id))
?>
<div class="col-12 text-center">
<img src="{{ asset('images/success.png') }}" alt="Success" width="100px" class="mx-auto d-block mb-5" >
<h1 class="text-center"> You have viewed/attempted the last question.<br/> What would you like to do now ?<br /><br />
</h1>
<br/><br/>
<a href="{{ url('/'.$session->session_id.'/'.$session->session_key) }}" class="h3 "> <i class="fa fa-arrow-left mr-2"></i>Go back to the home page</a> <br/><br/>
<a href="{{ $index_url }}" class="h3"> <i class="fa fa-arrow-left mr-2"></i>Go the the question index</a>
</div>
</div>
@stop
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists