@extends('layouts.instructor') @section('breadcrumb')

{{__('My Courses')}}

@endsection @section('content')
Question for {{$exam->name}}

{{ @$exam->course->title }}

{{__('Bulk Upload')}}
@csrf
@endsection @section('modal') @endsection @push('script') @endpush