@extends(getTemplate() .'.panel.layouts.panel_layout') @push('styles_top') @endpush @section('content')
{{--Course Grid--}}
{{--Assignment Grid--}} {{----}}
{{--Quiz Grid--}} {{----}}
{{--Notification Grid--}} {{--
--}}
{{--

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

@foreach($authUser->getUnreadNoticeboards() as $getUnreadNoticeboard)

{!! truncate($getUnreadNoticeboard->title,150) !!}

{{ trans('public.created_by') }} {{ $getUnreadNoticeboard->sender }} | {{ dateTimeFormat($getUnreadNoticeboard->created_at,'j M Y | H:i') }}
@endforeach

{{ ($authUser->isUser()) ? trans('panel.learning_statistics') : trans('panel.monthly_sales') }}

{{ dateTimeFormat(time(),'M Y') }}
--}}

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

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

@endsection @push('scripts_bottom') @endpush