@if(Auth::check())
Berita
@foreach(config('news') as $news)
@if($news->type == 'Info')
@elseif($news->type == 'Service')
@elseif($news->type == 'Maintenance')
@else
@endif
{{$news->title}}
{{$news->created_at->diffForHumans()}}
@endforeach
Hi, {{ auth()->user()->name }}
Logged in {{config('last_login')->created_at->diffForHumans()}}
Activities
Settings
Logout
@csrf
@endif
@yield('content')
@if(url()->current() == url('/') || url()->current() == url('/') || url()->current() == url('/home')) @endif @include('sweet::alert')