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

Survey Review

Number Of Question : {{ $numq }}

Survey : {{ $singleexam->name }}

@if($singleexam->price != 0) @foreach($currency as $cr) @if($singleexam->currency == $cr->id ) {{ $cr->name }}{{ $singleexam->price }} @endif @endforeach @else {{ "Free" }} @endif
{{ $singleexam->name }}

{{ $singleexam->description }}

@endsection