@extends('layouts.applicant-layout') @section('extra_styles') @endsection @section('content')
Платные образовательные услуги
@php use App\Services\PageScrapper; $PageScrapper = new PageScrapper("https://mkgtu.ru/sveden/paid_edu/",".content_info"); $content = $PageScrapper->printHTML(); $content = $PageScrapper->normalizePath(); echo $content; @endphp
@endsection