@extends('mix::layouts.master') @section('title', __('Performance Exam')) @section('content') @section('back-button', route('sandy-blocks-course-mix-settings'))
{!! ori('School, Learning', 'checklist-pen') !!}

{{ __('Course') }} {{ __(' / Setting / Performance Exam') }}

@livewire('course-performance-exam-livewire', ['user' => $user])
@endsection