direction = $direction; } public function getHTML() { // phpcs:disable $direction = $this->direction; $fon_3 = URL::to('img/front-page/bakalavr-special/fon3_blok.png'); return "
id }\" aria-labelledby=\"offcanvasScrollingLabel-{$direction->id}\" style=\"height: 100%; font-family: Geologica-Medium; overflow-y: auto ; background-image: url({$fon_3}); color: #004329\">
{$direction->code}
{$direction->name}

{$direction->description}

Уровень образования: {$direction->educationLevel->name}


Форма обучения: {$direction->educationForm->name}


Бюджетные места: {$direction->budget_places}


Квота: {$direction->quota}


Места на контракт: {$direction->paid_places}


Стоимость платного обучения: {$direction->cost_paid_place}


Период обучения (в годах): {$direction->period}
"; } // phpcs:enable }