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')
|
@extends('layouts.admin_layout')
|
||||||
@section('content')
|
@section('content')
|
||||||
@auth()
|
@auth()
|
||||||
|
|
|
@ -13,11 +13,8 @@ Route::get('/magistr', function () {
|
||||||
})->name('magistr');
|
})->name('magistr');
|
||||||
|
|
||||||
Route::get('/home', [PageController::class, 'directions'])->name('home');
|
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 () {
|
Route::get('/course', function () {
|
||||||
return view('menu.course');
|
return view('menu.course');
|
||||||
|
|
Loading…
Reference in New Issue