@extends('layouts.adminka_master') @section('content')
@if(session()->has('message'))
x {{ session()->get('message') }}
@endif @if(session()->has('error'))
x {{ session()->get('error') }}
@endif

Коментарии компаний

Список коментариев что нужно модерировать

{{----}} @if($comments) @foreach ($comments as $com) @endforeach @endif
ID Email Автор Заголовок--}} {{--Cообщение Компания Cоздан Опции
{{$com['id']}} {{ $com->user['email'] }} @if($com->user_block == null) @endif @if(Auth::user()->id == $com->user['id']) @else @endif {{$truncatedMessage = mb_substr($com->message,0,60) . '...'}} {{($com->getCompany != null) ? $com->getCompany->name : 'Не опознано'}} {{$com->created_at}} @include('components.company_modals')
ID Email Автор Cообщение Компания Cоздан Опции
    {{ $comments->links() }}
@endsection @section('custom-scripts') @endsection