@extends('layouts.main_dashboard.app') @section('title', app()->getLocale() === 'ar' ? 'بنك أسئلة القسم' : 'Department Question Bank') @section('content') @include('admin.questions._bank_dashboard', [ 'pageTitle' => app()->getLocale() === 'ar' ? 'بنك أسئلة رئيس القسم' : 'Subject Head Question Bank', 'pageHeading' => app()->getLocale() === 'ar' ? 'بنك أسئلة القسم' : 'Department Question Bank', 'pageDescription' => app()->getLocale() === 'ar' ? 'يعرض هذا البنك كل أسئلة مواد القسم مع فلاتر مباشرة حسب المادة، المدرس، ونوع السؤال، مع إمكانية حصر العرض على أسئلة رئيس القسم فقط.' : 'This bank shows all questions across department subjects with direct filters for subject, teacher, and question type, plus an option to limit the list to the head own questions.', 'routePrefix' => 'teacher', 'indexRoute' => 'teacher.subject-head.questions.index', 'createRoute' => 'teacher.questions.create', 'showTeacherFilter' => true, 'bankView' => 'subject_head_scope', ]) @endsection