@extends(getTemplate() .'.panel.layouts.panel_layout')
@push('styles_top')
@endpush
@section('content')
{{ trans('panel.filter_comments') }}
{{ trans('panel.my_comments') }}
@if(!empty($comments) and !$comments->isEmpty())
@foreach($comments as $comment)
{{ trans('panel.webinar') }}
{{ trans('panel.comment') }}
{{ trans('public.status') }}
{{ trans('public.date') }}
@endforeach
{{ $comment->webinar->title }}
@if($comment->status == 'active')
{{ trans('public.published') }}
@else
{{ trans('public.pending') }}
@endif
{{ dateTimeFormat($comment->created_at,'j M Y | H:i') }}