use Illuminate\Support\Facades\Route; use App\Http\Controllers\Admin\DisciplineController; use App\Http\Controllers\Admin\TestController; use App\Http\Controllers\Admin\QuestionAdminController; use App\Http\Controllers\Admin\AnswerAdminController; Route::middleware(['auth'])->prefix('admin')->name('admin.')->group(function () { Route::get('/', fn () => redirect()->route('admin.questions.index')); Route::resource('disciplines', DisciplineController::class); Route::resource('tests', TestController::class); Route::resource('questions', QuestionAdminController::class); Route::resource('answers', AnswerAdminController::class); }); Все вопросы — znaet.guru
📚 Все вопросы
Вопросы по дисциплине: Черчение Сбросить фильтр
Вопрос Действия
301 In the evening we … (1) TV and … (2). Открыть
302 I have a … to discuss with you. Открыть
303 Katherine was sitting in the plane and listening … Открыть
304 I can … over here for the flight to London. Открыть
305 She … call him yesterday. Открыть
306 They decided to stay in the UK for a year to make … for their headquarters. Открыть
307 Where... (1) Fred? — He... (2) in the garage. Открыть
308 Where... (1) Lisa and John? — They... (2) at college. Открыть
309 ... (1) you busy? — No, I... (2) not. Открыть
310 It... (1) ten o'clock. She... (2) late again. Открыть