@extends('layouts.applicant-layout') @section('content')
Для поступающих на программы бакалавриата, магистратуры
@php use App\Services\PageScrapper; $PageScrapper = new PageScrapper("https://mkgtu.ru/postuplenie/priemnaya-kampaniya/spetsialitet-magistratura-2022/",".content_info"); $content = $PageScrapper->normalizePath(); echo $content; @endphp
@endsection