@extends('back/layouts.app') @push('css_pagelevel') @endpush @section('content') @component('admin.page-header', [ 'title' => __('actions.index') . __('dashboard.tests'), 'routes' => [ ['header_route' => route('dashboard.tests.index'), 'header_name' => __('domain.tests')], ['header_name' => __('dashboard.questions')] ] ]) @php $activeLanguages = getActiveLanguages(); @endphp @php $elmAutoFocus = null; if(Session::has("elmAutoFocus")){ $elmAutoFocus = Session::get("elmAutoFocus"); } @endphp
@csrf
$routeBack?? null])}}" class="btn btn-lg px-5 bg-main-color text-acn-color bg-sec-color-hover d-flex justify-content-center align-items-center fap-2" style="margin-bottom: 14px;"> عودة
@foreach ($questions as $key => $question)
@include('back.content.questions.question', ['mode' => 'edit', 'activeLanguages' => $activeLanguages, 'question' => $question, 'serial' => $key+1 ])
@endforeach
@foreach($activeLanguages as $language)
{{ $language->alies }}
@if ($loop->first)
@else
@endif
@endforeach
@endsection @push('js_pagelevel') @endpush