@stack('styles')
@php $notifUnread = auth()->user()->unreadNotifications; $notifCount = $notifUnread->count(); $notifRecent = $notifUnread->take(6); @endphp
{{-- Page header (hidden on the immersive module-learning screen) --}} @unless(request()->routeIs('*.course.module.show'))

@yield('title')

Welcome back, {{ auth()->user()->name }} — here's your overview

@endunless @yield('content')