@extends('design_1.panel.layouts.panel') @push('styles_top') @endpush @section('content') @if(empty($isCourseNotice)) @include('design_1.panel.noticeboard.lists.top_stats') @endif @if(!empty($noticeboards) and !$noticeboards->isEmpty())

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

{{-- Filters --}} @include('design_1.panel.noticeboard.lists.filters') {{-- List Table --}}
@if(!empty($isCourseNotice) and $isCourseNotice) @else @endif @foreach($noticeboards as $noticeboardRow) @include('design_1.panel.noticeboard.lists.table_items', ['noticeboard' => $noticeboardRow]) @endforeach
{{ trans('webinars.title') }} {{ trans('site.message') }}{{ trans('update.color') }}{{ trans('public.type') }}{{ trans('public.date') }} {{ trans('public.controls') }}
{{-- Pagination --}}
@else @include('design_1.panel.includes.no-result',[ 'file_name' => 'noticeboard.svg', 'title' => trans('update.noticeboard_no_result'), 'hint' => nl2br(trans('update.noticeboard_no_result_hint')) , ]) @endif
@endsection @push('scripts_bottom') @endpush