@extends('app')
@section('title', 'Exam')
@section('head')
@endsection
@section('content')
{{__('TABC SELLER-SERVER TRAINING Examination')}}
@if($message)
@endif
{!! Form::open([ 'url' => (!empty($purchase) ? '/'.$purchase->course_token:'').'/exam', 'class' => 'exam___form']) !!}
@include("includes/front_alerts")