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

Видео отзив компании - {{$company_name['name']}}

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

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