@extends('adtrpanel.layouts.master') @section('title','Yorum Yönetimi') @section('content') @include('adtrpanel.partials.header')

{{ trans('admin.comments') }}

@if (count($comments) > 0 ) @foreach($comments as $comment) @endforeach @else @endif
{{ trans('admin.comment_owner') }} {{ trans('admin.mail_address') }} {{ trans('admin.comment_date') }} Durum {{ trans('admin.actions') }}
{{ $comment->name }} {{ $comment->email }} {{ $comment->created_at }} @if($comment->status) Onaylandı @else Onaylanmadı @endif @if($comment->status) @else @endif
{{ trans('admin.selected_for') }}  
{{ $comments->links() }}
{{ trans('admin.no_comments_found') }}
@endsection @section('css') @endsection @section('js') @endsection