@auth
@yield('page_title', 'Dashboard')
@yield('page_subtitle', 'Manage HR operations from one place.')
{{ auth()->user()->name }}
({{ strtoupper(auth()->user()->role) }})
@include('layouts.flash') @yield('content')
@else @yield('content') @endauth