@php $slogan = (View::hasSection('description') ? View::getSection('description') . ' ' : '') . 'Graphictoria is an online social platform for those looking to relive the classic Roblox experience. So what are you waiting for? Join 8k+ other users in reliving the good ol\' days! Graphictoria is not affiliated with or sponsored by Roblox Corporation, all Roblox related indica and slogans belong to Roblox Corporation.'; $authenticated = \App\Helpers\AuthHelper::IsAuthenticated(request()); @endphp Graphictoria{{ View::hasSection('title') ? ' | ' . View::getSection('title') : '' }} @once @endonce @yield('extra-headers') @yield('page-specific')
@if(!isset($noNav)) @include('layouts.nav') @endif @yield('content') @if(!isset($noFooter)) @include('layouts.footer') @endif