@extends('mix::layouts.master') @section('title', __('Exam')) @section('content') @includeIf('include.back-header', ['route' => route('sandy-blocks-course-mix-dashboard')])
{{ $course->name }} {{ __('Manage your course from here.') }}
@endsection