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

Коментарии компании - {{$company_name['name']}}

Список коментариев в компании, "{{$company_name['name']}}"

{{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}}
{{----}} @foreach ($comments as $com) {{-- --}} @endforeach {{----}}
ID Автор Заголовок--}} {{--Cообщение Оценка Cоздан Опции
{{$com['id']}} @if($com->user_block == null) @endif @if(isset($com->user) && Auth::user()->id == $com->user['id']) @else @endif {{$com->title}}{{$truncatedMessage = mb_substr($com->message,0,60) . '...'}} {{--@if($com['banned'] == 0)--}} {{--
--}} {{----}} {{--{{ csrf_field() }}--}} {{----}} {{----}} {{--
--}} {{--@else--}} {{----}} {{--@endif--}} @include('components.company_modals')
ID АвторЗаголовокCообщение Оценка Cоздан Опции
    {{ $comments->links() }}
б
@endsection @section('custom-scripts') {{-- --}} @endsection