@extends('layouts.applicant-layout') @section('content')
Веб-консультации для абитуриентов и их родителей
@php use App\Services\PageScrapper; $pageScrapper = new PageScrapper("https://www.mkgtu.ru/postuplenie/web-consultations/", '
'); $row = $pageScrapper->getHTML(); $content = $pageScrapper->normalizeURLFile($row); $page = "https://mkgtu.ru/postuplenie/priemnaya-kampaniya/spetsialitet-magistratura-2022/"; $strForScissors = '//isU'; $tmp = preg_match_all($strForScissors, $content, $arr); $content = str_replace($arr[1],'',$content); echo $content; @endphp
@endsection