@php $slogan = (View::hasSection('description') ? View::getSection('description') . ' ' : '') . config('app.name') . ' 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! ' . config('app.name') . ' is not affiliated with or sponsored by Roblox Corporation, all Roblox related indica and slogans belong to Roblox Corporation.'; @endphp {{ config('app.name') }} Blog{{ View::hasSection('title') ? ' | ' . View::getSection('title') : '' }} @once @endonce @yield('extra-headers') @yield('page-specific')
@include('layouts.blog.nav') @yield('content') @include('layouts.footer')