So what is Graphictoria?
Ever wanted to experience or revisit classic Roblox? Graphictoria provides the platform for anyone and everyone looking to relive the classic Roblox experience. Play with friends in an immersive 3D environment, or create your own game. Your imagination is the only limit.
diff --git a/web/resources/views/javascript.blade.php b/web/resources/views/javascript.blade.php
index 87c31a3..2908413 100644
--- a/web/resources/views/javascript.blade.php
+++ b/web/resources/views/javascript.blade.php
@@ -1,5 +1,26 @@
+@php
+ $noNav = true;
+ $noFooter = true;
+@endphp
+
@extends('layouts.app', ['title' => 'Javascript'])
+@section('title', 'Javascript')
+
+@section('page-specific')
+
+@endsection
+
@section('content')
Uh oh!
@@ -7,11 +28,11 @@
Javascript Compatible Browsers:
@endsection
diff --git a/web/resources/views/layouts/app.blade.php b/web/resources/views/layouts/app.blade.php
index edc74b5..634dc36 100644
--- a/web/resources/views/layouts/app.blade.php
+++ b/web/resources/views/layouts/app.blade.php
@@ -6,7 +6,7 @@
-
Graphictoria{{ isset($title) ? ' | ' . $title : '' }}
+
Graphictoria{{ View::hasSection('title') ? ' | ' . View::getSection('title') : '' }}