@if ($slots.head) {{{ await $slots.head() }}} @endif {{ title || app.appName }} - AdonisJS @vite(['resources/css/app.css', 'resources/js/app.js'])
@if (await auth.check())
Profile Settings Account Settings
@form({ action: route('auth.logout') }) @end
@else @button({ href: route('auth.login.show'), variant: 'ghost' }) Login @end @button({ href: route('auth.register.show') }) Register @end @endif
{{{ await $slots.main() }}}
@!toast.flash()