@extends(getTemplate() .'.panel.layouts.panel_layout')
@push('styles_top')
@endpush
@section('content')
{{ trans('panel.dashboard') }}
@if(!$authUser->isUser())
{{ trans('panel.account_balance') }}
{{ handlePrice($authUser->getAccountingBalance()) }}
{{ trans('panel.noticeboard') }}
@foreach($authUser->getUnreadNoticeboards() as $getUnreadNoticeboard)
{!! truncate($getUnreadNoticeboard->title,150) !!}
{{ ($authUser->isUser()) ? trans('panel.learning_statistics') : trans('panel.monthly_sales') }}
{{ dateTimeFormat(time(),'M Y') }}
{{ trans('panel.offline_hint') }}