@extends(getTemplate() .'.panel.layouts.panel_layout') @push('styles_top') @endpush @section('content') @if(empty($isCourseNotice))

{{ trans('update.noticeboard_statistics') }}

{{ $totalNoticeboards }} {{ trans('update.total_noticeboards') }}
{{ $totalCourseNotices }} {{ trans('update.course_notices') }}
{{ $totalGeneralNotices }} {{ trans('update.general_notices') }}
@endif

{{ trans('update.filter_noticeboards') }}

@if(!empty($isCourseNotice))
@endif

{{ trans('panel.noticeboards') }}

@if(!empty($noticeboards) and !$noticeboards->isEmpty())
@if(!empty($isCourseNotice) and $isCourseNotice) @else @endif @foreach($noticeboards as $noticeboard) @endforeach
{{ trans('webinars.title') }} {{ trans('site.message') }}{{ trans('update.color') }}{{ trans('public.type') }}{{ trans('public.date') }}
{{ $noticeboard->title }} @if(!empty($noticeboard->webinar)) {{ $noticeboard->webinar->title }} @endif @if(!empty($isCourseNotice) and $isCourseNotice) {{ trans('update.course_noticeboard_color_'.$noticeboard->color) }} @else @if(!empty($noticeboard->instructor_id) and !empty($noticeboard->webinar_id)) {{ trans('product.course') }} @else {{ trans('public.'.$noticeboard->type) }} @endif @endif {{ dateTimeFormat($noticeboard->created_at,'j M Y | H:i') }}
@else @include(getTemplate() . '.includes.no-result',[ 'file_name' => 'comment.png', 'title' => trans('panel.comments_no_result'), 'hint' => nl2br(trans('panel.comments_no_result_hint')) , ]) @endif
{{ $noticeboards->appends(request()->input())->links('vendor.pagination.panel') }}
@endsection @push('scripts_bottom') @endpush