forked from aslan/applicant-site
fix lint & tests errors
This commit is contained in:
parent
54e3706dd0
commit
2eca5776b9
|
@ -1,3 +1,4 @@
|
|||
@php use App\Helpers\PositionHelper; @endphp
|
||||
@extends('layouts.admin_layout')
|
||||
@section('content')
|
||||
@auth()
|
||||
|
|
|
@ -13,11 +13,8 @@ Route::get('/magistr', function () {
|
|||
})->name('magistr');
|
||||
|
||||
Route::get('/home', [PageController::class, 'directions'])->name('home');
|
||||
Route::get('/', [PageController::class, 'directions'])->name('bakalavr-special');
|
||||
|
||||
Route::get('/', function () {
|
||||
$faculties = Faculty::all();
|
||||
return view('new-design.bakalavr-special', compact('faculties'));
|
||||
})->name('bakalavr-special');
|
||||
|
||||
Route::get('/course', function () {
|
||||
return view('menu.course');
|
||||
|
|
Loading…
Reference in New Issue