@extends('layouts.main') @section('title') Отзывы о компаниях | PravdaTut.com @endsection @section('meta_description') Отзывы клиентов и сотрудников о компании :: Pravdatut @endsection @section('content')
{{--@php--}} {{-- $link = url()->full();--}} {{-- if (preg_match("/page=/", $link)){--}} {{-- dd(strstr($link, '?page=', true));--}} {{-- }else{--}} {{-- dd(11);--}} {{-- }--}} {{--@endphp--}}

Каталог компаний

{{--Slide categories--}} @include('components.categories', ['categories' => $categories]) {{--Slide categories--}}
@if(!$all_companies->isEmpty())
@include('components.one-company', ['companies' => $all_companies])
@else

Компаний не найдено

@endif
{{$all_companies->links()}}
@endsection