@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

{{trans('labels.student_management')}}

@endsection @section('content') @foreach($exam_form->questions as $mainQuestion) @endforeach @endsection @section('script') @endsection