@extends('theme.old.master') @section('title', "Mock Test ") @section('content') @include('front.test.mock.calculator') @include('front.test.mock.testhead') @include('front.test.mock.testinfo')
@include('front.test.mock.topbar')
{!! $questionfirst->direction !!}
@include('front.test.mock.rightpanel')
@include('front.test.mock.question')
@if($topic->section_switch == 0) @endif @if($topic->section_switch == 1) @endif @include('front.test.mock.script') @endsection @section('custom-script') @endsection