@extends('layouts.main_dashboard.app') @php $routePrefix = auth()->user()?->usesStaffPortal() ? 'teacher' : 'admin'; $isAr = app()->getLocale() === 'ar'; @endphp @section('title', __('dashboard.Add New Quiz') . ' | ' . $course->name) @section('content')
@endsection