@extends('layouts.home') @section('title', 'Survey Confirm') @section('content')

Survey Start

Number of Question : {{ $num_Q }}

Survey : {{ $singleexam->name }}

{!! $message !!}

@endsection @section('scripts') @endsection