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

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

@endsection @section('content') @foreach($exam->studentProgressQuestions as $studentQuestion) @endforeach @endsection @section('script') @endsection