= $this->renderSection('styles') ?>
get('is_logged_in')): ?>
Welcome, = esc(session()->get('user_name')) ?>
Dashboard
Logout
Login
Register
= $this->renderSection('content') ?>
= $this->renderSection('scripts') ?>