@include('layout._header')
@include('layout._side_bar')
@include('user._show_sidebar')
@include('user._show_overview')
@include('user._show_projects')
@include('user._show_tasks')
@include('user._show_reminders')
@include('user._show_requests')
@include('user._show_todos')
@include('layout._footer')
@include('layout._side_shortcuts')