@extends('layouts.main')
@section('title') Отзывы о компаниях | PravdaTut.com @endsection
@section('meta_description') Отзывы клиентов и сотрудников о компании :: Pravdatut @endsection
@section('content')
@include('components.breadcrumbs', ['breadcrumbs' => [
['link' => url('/'), 'title' => 'Главная'],
['title' => 'Компании'],
]])
{{--@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