@extends('layouts.main_dashboard.app') @section('title', app()->getLocale() === 'ar' ? 'بنك أسئلة جديد' : 'New Question Bank') @section('skip_page_hero', true) @section('content') @php $isArabic = app()->getLocale() === 'ar'; @endphp

{{ $isArabic ? 'بنك أسئلة جديد' : 'New Question Bank' }}

@csrf
@error('title')

{{ $message }}

@enderror
{{ __('dashboard.Cancel') }}
@endsection