@extends('dashboard.layouts.default') @section('content') @foreach($curriculums as $cur) {{ $cur->name }} @endforeach @foreach($subjects as $sub) {{ $sub->name }} @endforeach Select the topic to show exam question topics rewrw erewr No videos and quizzes found @endsection @section('pagescripts') @endsection