@extends('BackEnd.Layouts.main') @section('title') عرض التعليقات @endsection @section('content')
@include('BackEnd.Layouts.breadcrumb') @if(session('success'))
{{session("success")}}
@endif @if(session('error'))
{{ session('error') }}
@endif
@include('BackEnd.Layouts.tableheader')
{{-- @ability(['admin','super_admin'],['']) --}} {{-- @endability --}} {{-- --}} {{-- --}} @foreach ($comments as $comment) {{-- --}} {{-- @ability(['admin','super_admin'],['']) --}} {{-- @endability --}} {{-- --}} {{-- --}} @endforeach
م المعلق نص التعليق عنوان الخبرالحالة{{ __('messages.VIEWS') }}تاريخ الاضافةالمحررآخر تعديل بواسطة {{ __('messages.CONTROL') }}
{{ $loop->iteration }} {{ $comment->name }}
{{ $comment->phone }}
{{ $comment->email }}
{{ $comment->comment }} {{ $comment->getNews->title??'' }}{{ $comment->getNews->title??'' }}{{ $comment->views }} {{ $comment->created_at->toDateString() }}
{{ $comment->created_at->toTimeString() }}
{{ $comment->getUser->name??'' }}{{ $comment->getEditor->name??'' }} {{-- --}} {{-- @ability(['publisher','admin','super_admin'],['']) --}} @if(true) @endif {{-- @endability --}}
{{ $comments->links() }}
@endsection @push('plugin_js') {{-- --}} @endpush @push('custom_js') {{-- --}} @endpush @push('is_active_ajax') @endpush