forked from aslan/applicant-site
prodV1 #2
|
@ -37,7 +37,7 @@ class PageController extends Controller
|
|||
$value = Subject::find($id)->name;
|
||||
$carry[$id] = $value;
|
||||
return $carry;
|
||||
});
|
||||
});
|
||||
// $subjects = EntranceExamination::pluck('name', 'id');
|
||||
// $infBez = $faculties->find(FacultyEnum::InfBez->value);
|
||||
// $query = `select faculties.name, directions.name, directions.id
|
||||
|
|
Loading…
Reference in New Issue