avatar.blade.php
This commit is contained in:
parent
32495e1118
commit
f843fa9eb5
|
|
@ -125,4 +125,9 @@ class PageController extends Controller
|
||||||
{
|
{
|
||||||
return view('pages.gamepage');
|
return view('pages.gamepage');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function avatar()
|
||||||
|
{
|
||||||
|
return view('pages.avatar');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -160,7 +160,10 @@
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.popupcontainer, .popupcontainer_studio, .popupcontainer_client {
|
|
||||||
|
.popupcontainer,
|
||||||
|
.popupcontainer_studio,
|
||||||
|
.popupcontainer_client {
|
||||||
top: 0%;
|
top: 0%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
|
|
@ -180,6 +183,7 @@
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
height: 266px;
|
height: 266px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gamethumbnail_small {
|
.gamethumbnail_small {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
background-position-x: center;
|
background-position-x: center;
|
||||||
|
|
@ -200,14 +204,14 @@
|
||||||
|
|
||||||
.PageTitleBar {
|
.PageTitleBar {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
display: -webkit-flex;
|
display: -webkit-flex;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup {
|
.popup {
|
||||||
|
|
@ -352,7 +356,7 @@ div.mySubmenuFixed {
|
||||||
}
|
}
|
||||||
|
|
||||||
#HeaderSignUp {
|
#HeaderSignUp {
|
||||||
font-family: Arial, 'Helvetica Neue', Helvetica, Sans-Serif;
|
font-family: Arial, 'Helvetica Neue', Helvetica, Sans-Serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|
@ -362,7 +366,7 @@ div.mySubmenuFixed {
|
||||||
}
|
}
|
||||||
|
|
||||||
#HeaderOr {
|
#HeaderOr {
|
||||||
font-family: Arial, 'Helvetica Neue', Helvetica, Sans-Serif;
|
font-family: Arial, 'Helvetica Neue', Helvetica, Sans-Serif;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #9Ec3E7;
|
color: #9Ec3E7;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|
@ -394,13 +398,14 @@ div.mySubmenuFixed {
|
||||||
Border-left: 1px solid #5355a0;
|
Border-left: 1px solid #5355a0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#NavigationRedesignBannerContainer ul li a, .NavigationRedesign ul li a:visited {
|
#NavigationRedesignBannerContainer ul li a,
|
||||||
|
.NavigationRedesign ul li a:visited {
|
||||||
border: 0 solid black;
|
border: 0 solid black;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
font-family: Arial, 'Helvetica Neue', Helvetica, Sans-Serif;
|
font-family: Arial, 'Helvetica Neue', Helvetica, Sans-Serif;
|
||||||
text-shadow: #11111191 1px 1px 1px;
|
text-shadow: #11111191 1px 1px 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -521,13 +526,14 @@ iframe {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.leftgamecontainer {
|
.leftgamecontainer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
width: inherit;
|
width: inherit;
|
||||||
}
|
}
|
||||||
.rightgamecontainer {
|
|
||||||
|
.rightgamecontainer {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
|
|
@ -592,7 +598,7 @@ iframe {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
outline: none;
|
outline: none;
|
||||||
font-family: Arial, 'Helvetica Neue', Helvetica, Sans-Serif;
|
font-family: Arial, 'Helvetica Neue', Helvetica, Sans-Serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.smallnavbarbutton {
|
.smallnavbarbutton {
|
||||||
|
|
@ -666,7 +672,7 @@ body {
|
||||||
color: black;
|
color: black;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
padding: 5px 5px 25px 5px;
|
padding: 5px 5px 25px 5px;
|
||||||
/* Height of the footer */
|
/* Height of the footer */
|
||||||
margin: 100px auto 0 auto;
|
margin: 100px auto 0 auto;
|
||||||
width: 970px;
|
width: 970px;
|
||||||
background: rgb(255, 255, 255);
|
background: rgb(255, 255, 255);
|
||||||
|
|
@ -684,7 +690,11 @@ body {
|
||||||
background-color: rgb(255, 255, 255);
|
background-color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
.content_signup h1, .content_signup a, .content_signup p, .content_signup h2, .content_signup h5 {
|
.content_signup h1,
|
||||||
|
.content_signup a,
|
||||||
|
.content_signup p,
|
||||||
|
.content_signup h2,
|
||||||
|
.content_signup h5 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -705,16 +715,28 @@ body {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content_signup a, .content_signup p a {
|
.content_signup a,
|
||||||
|
.content_signup p a {
|
||||||
color: #0074bd;
|
color: #0074bd;
|
||||||
transition: .25s all ease-in-out;
|
transition: .25s all ease-in-out;
|
||||||
}
|
}
|
||||||
#footer_signup a, #footer_signup p a, #footer a, #footer p a {
|
|
||||||
|
#footer_signup a,
|
||||||
|
#footer_signup p a,
|
||||||
|
#footer a,
|
||||||
|
#footer p a {
|
||||||
transition: .25s all ease-in-out;
|
transition: .25s all ease-in-out;
|
||||||
}
|
}
|
||||||
.content_signup a:hover, .content_signup p a:hover, #footer_signup a:hover, #footer_signup p a:hover, #footer a:hover, #footer p a:hover {
|
|
||||||
|
.content_signup a:hover,
|
||||||
|
.content_signup p a:hover,
|
||||||
|
#footer_signup a:hover,
|
||||||
|
#footer_signup p a:hover,
|
||||||
|
#footer a:hover,
|
||||||
|
#footer p a:hover {
|
||||||
color: #2fcfff;
|
color: #2fcfff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hyperlink {
|
.hyperlink {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
@ -833,7 +855,9 @@ button:hover.greenbutton {
|
||||||
|
|
||||||
/*-------------*/
|
/*-------------*/
|
||||||
|
|
||||||
.btn-large, .btn-medium, .btn-small {
|
.btn-large,
|
||||||
|
.btn-medium,
|
||||||
|
.btn-small {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
zoom: 1;
|
zoom: 1;
|
||||||
|
|
@ -846,6 +870,7 @@ button:hover.greenbutton {
|
||||||
*display: inline;
|
*display: inline;
|
||||||
*vertical-align: top;
|
*vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-small {
|
.btn-small {
|
||||||
padding: 1px 7px 0px 7px;
|
padding: 1px 7px 0px 7px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|
@ -855,9 +880,11 @@ button:hover.greenbutton {
|
||||||
background-position: left -160px;
|
background-position: left -160px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-small:hover {
|
.btn-small:hover {
|
||||||
background-position: left -181px;
|
background-position: left -181px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-medium {
|
.btn-medium {
|
||||||
padding: 1px 13px 3px 13px;
|
padding: 1px 13px 3px 13px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
|
|
@ -866,9 +893,11 @@ button:hover.greenbutton {
|
||||||
background-position: left -96px;
|
background-position: left -96px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-medium:hover {
|
.btn-medium:hover {
|
||||||
background-position: left -128px;
|
background-position: left -128px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-large {
|
.btn-large {
|
||||||
padding: 9px 13px 0px 13px;
|
padding: 9px 13px 0px 13px;
|
||||||
height: 39px;
|
height: 39px;
|
||||||
|
|
@ -878,47 +907,75 @@ button:hover.greenbutton {
|
||||||
background-position: left 0px;
|
background-position: left 0px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-large:hover {
|
.btn-large:hover {
|
||||||
background-position: left -48px;
|
background-position: left -48px;
|
||||||
}
|
}
|
||||||
.btn-disabled-primary, .btn-disabled-primary:hover, .btn-disabled-neutral, .btn-disabled-neutral:hover, .btn-disabled-negative, .btn-disabled-negative:hover {
|
|
||||||
|
.btn-disabled-primary,
|
||||||
|
.btn-disabled-primary:hover,
|
||||||
|
.btn-disabled-neutral,
|
||||||
|
.btn-disabled-neutral:hover,
|
||||||
|
.btn-disabled-negative,
|
||||||
|
.btn-disabled-negative:hover {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
background-position: left -202px;
|
background-position: left -202px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary, .btn-primary:link, .btn-primary:active, .btn-primary:visited {
|
.btn-primary,
|
||||||
|
.btn-primary:link,
|
||||||
|
.btn-primary:active,
|
||||||
|
.btn-primary:visited {
|
||||||
border-color: #007001;
|
border-color: #007001;
|
||||||
background-color: #007001;
|
background-color: #007001;
|
||||||
background-image: url(/images/buttons/StyleGuide/bg-btn-green.png);
|
background-image: url(/images/buttons/StyleGuide/bg-btn-green.png);
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
.btn-disabled-primary, .btn-disabled-primary:link, .btn-disabled-primary:active, .btn-disabled-primary:visited {
|
|
||||||
|
.btn-disabled-primary,
|
||||||
|
.btn-disabled-primary:link,
|
||||||
|
.btn-disabled-primary:active,
|
||||||
|
.btn-disabled-primary:visited {
|
||||||
background-color: #99c699;
|
background-color: #99c699;
|
||||||
background-image: url(/images/buttons/StyleGuide/bg-btn-green.png);
|
background-image: url(/images/buttons/StyleGuide/bg-btn-green.png);
|
||||||
border-color: #99c699;
|
border-color: #99c699;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-neutral, .btn-neutral:link, .btn-neutral:active, .btn-neutral:visited {
|
.btn-neutral,
|
||||||
|
.btn-neutral:link,
|
||||||
|
.btn-neutral:active,
|
||||||
|
.btn-neutral:visited {
|
||||||
border-color: #0852b7;
|
border-color: #0852b7;
|
||||||
background-color: #0852b7;
|
background-color: #0852b7;
|
||||||
background-image: url(/images/buttons/StyleGuide/bg-btn-blue.png);
|
background-image: url(/images/buttons/StyleGuide/bg-btn-blue.png);
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
.btn-disabled-neutral, .btn-disabled-neutral:link, .btn-disabled-neutral:active, .btn-disabled-neutral:visited {
|
|
||||||
|
.btn-disabled-neutral,
|
||||||
|
.btn-disabled-neutral:link,
|
||||||
|
.btn-disabled-neutral:active,
|
||||||
|
.btn-disabled-neutral:visited {
|
||||||
background-color: #9cbae2;
|
background-color: #9cbae2;
|
||||||
background-image: url(/images/buttons/StyleGuide/bg-btn-blue.png);
|
background-image: url(/images/buttons/StyleGuide/bg-btn-blue.png);
|
||||||
border-color: #9cbae2;
|
border-color: #9cbae2;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-negative, .btn-negative:link, .btn-negative:active, .btn-negative:visited {
|
.btn-negative,
|
||||||
|
.btn-negative:link,
|
||||||
|
.btn-negative:active,
|
||||||
|
.btn-negative:visited {
|
||||||
border-color: #565656;
|
border-color: #565656;
|
||||||
background-color: #565656;
|
background-color: #565656;
|
||||||
background-image: url(/images/buttons/StyleGuide/bg-btn-gray.png);
|
background-image: url(/images/buttons/StyleGuide/bg-btn-gray.png);
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
.btn-disabled-negative, .btn-disabled-negative:link, .btn-disabled-negative:active, .btn-disabled-negative:visited {
|
|
||||||
|
.btn-disabled-negative,
|
||||||
|
.btn-disabled-negative:link,
|
||||||
|
.btn-disabled-negative:active,
|
||||||
|
.btn-disabled-negative:visited {
|
||||||
background-color: #bbbcbb;
|
background-color: #bbbcbb;
|
||||||
background-image: url(/images/buttons/StyleGuide/bg-btn-gray.png);
|
background-image: url(/images/buttons/StyleGuide/bg-btn-gray.png);
|
||||||
border-color: #bbbcbb;
|
border-color: #bbbcbb;
|
||||||
|
|
@ -943,6 +1000,15 @@ button:hover.greenbutton {
|
||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ColorChooser {
|
||||||
|
height: 240px;
|
||||||
|
width: 194px;
|
||||||
|
text-align: center;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
margin-top: 21px;
|
||||||
|
}
|
||||||
|
|
||||||
p,
|
p,
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
|
|
@ -996,11 +1062,14 @@ a,
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
div#testingSitePanelWrapper, #BodyWrapper {
|
|
||||||
|
div#testingSitePanelWrapper,
|
||||||
|
#BodyWrapper {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 970px;
|
width: 970px;
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#Body {
|
#Body {
|
||||||
_overflow: hidden;
|
_overflow: hidden;
|
||||||
min-height: 550px;
|
min-height: 550px;
|
||||||
|
|
@ -1011,12 +1080,14 @@ div#testingSitePanelWrapper, #BodyWrapper {
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
visibility: hidden!important;
|
visibility: hidden !important;
|
||||||
display: none!important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width:980px) {
|
@media (max-width:980px) {
|
||||||
.content_signup, #footer_signup {
|
|
||||||
|
.content_signup,
|
||||||
|
#footer_signup {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -137,7 +137,7 @@
|
||||||
<span class="warningtext">({{ count(Auth::user()->getFriendRequests()) }})</span>
|
<span class="warningtext">({{ count(Auth::user()->getFriendRequests()) }})</span>
|
||||||
@endif
|
@endif
|
||||||
</a>
|
</a>
|
||||||
<a class="smallnavbarbutton" href="{{ route('incomplete') }}">Avatar</a>
|
<a class="smallnavbarbutton" href="{{ route('avatar') }}">Avatar</a>
|
||||||
<a class="smallnavbarbutton" href="{{ route('users') }}">Users</a>
|
<a class="smallnavbarbutton" href="{{ route('users') }}">Users</a>
|
||||||
<a class="smallnavbarbutton" href="{{ route('inbox') }}">Messages @if (!Auth::guest() &&
|
<a class="smallnavbarbutton" href="{{ route('inbox') }}">Messages @if (!Auth::guest() &&
|
||||||
App\Models\Message::where(['sendto_id' => Auth::id(), 'read' => false])->count())
|
App\Models\Message::where(['sendto_id' => Auth::id(), 'read' => false])->count())
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,55 @@
|
||||||
|
@extends('layouts.app')
|
||||||
|
@section('title')
|
||||||
|
<title>Avatar - {{ env('APP_NAME') }}</title>
|
||||||
|
@endsection
|
||||||
|
@section('titlediscord')
|
||||||
|
<meta content="Avatar - {{ env('APP_NAME') }}" property="og:title" />
|
||||||
|
@endsection
|
||||||
|
@section('descdiscord')
|
||||||
|
<meta content="ARCHBLOX is a work in progress revival." property="og:description" />
|
||||||
|
@endsection
|
||||||
|
|
||||||
|
@section('alert')
|
||||||
|
<div id="alert">Avatar Editor is currently work in progress.</div>
|
||||||
|
@endsection
|
||||||
|
|
||||||
|
@section('content')
|
||||||
|
<h1>Avatar Editor</h1>
|
||||||
|
<br>
|
||||||
|
<div class="content_special">
|
||||||
|
<div class="avatarleft" style="width: 30%;">
|
||||||
|
<img alt="avatar image" src="{{ asset('img/defaultrender.png') }}" width="100%">
|
||||||
|
<p>Avatar not updating? <a href="">Click here to update it</a>!</p>
|
||||||
|
<br>
|
||||||
|
<h2>Body Colors</h2>
|
||||||
|
<div id="ColorChooser">
|
||||||
|
<div style="position: relative; margin: 11px 4px; height: 1%;">
|
||||||
|
<div style="position: absolute; left: 72px; top: 0px; cursor: pointer" onclick="HeadOpen()">
|
||||||
|
<div id="HeadSelector" style="background-color:#80bbdb;height:44px;width:44px;"></div>
|
||||||
|
</div>
|
||||||
|
<div style="position: absolute; left: 0px; top: 52px; cursor: pointer" onclick="RightArmOpen()">
|
||||||
|
<div id="RightArmSelector" style="background-color:#80bbdb;height:88px;width:40px;"></div>
|
||||||
|
</div>
|
||||||
|
<div style="position: absolute; left: 48px; top: 52px; cursor: pointer" onclick="TorsoOpen()">
|
||||||
|
<div id="TorsoSelector" style="background-color:#111111;height:88px;width:88px;"></div>
|
||||||
|
</div>
|
||||||
|
<div style="position: absolute; left: 144px; top: 52px; cursor: pointer" onclick="LeftArmOpen()">
|
||||||
|
<div id="LeftArmSelector" style="background-color:#80bbdb;height:88px;width:40px;"></div>
|
||||||
|
</div>
|
||||||
|
<div style="position: absolute; left: 48px; top: 146px; cursor: pointer" onclick="RightLegOpen()">
|
||||||
|
<div id="RightLegSelector" style="background-color:#111111;height:88px;width:40px;"></div>
|
||||||
|
</div>
|
||||||
|
<div style="position: absolute; left: 96px; top: 146px; cursor: pointer" onclick="LeftLegOpen()">
|
||||||
|
<div id="LeftLegSelector" style="background-color:#111111;height:88px;width:40px;"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="avatarright" style="width: 69%;">
|
||||||
|
<button class="tab_selected">Wardrobe</button> <button class="tab">My Outfits</button>
|
||||||
|
<div class="wardrobecontainer">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
@endsection
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
<div class="content_special" style="width: 85%;flex-wrap: wrap; justify-content: flex-start">
|
<div class="content_special" style="width: 85%;flex-wrap: wrap; justify-content: flex-start">
|
||||||
<div class="catalogitem">
|
<div class="catalogitem">
|
||||||
<img class="catalogitemimage" src="{{ asset('img/reviewpending.png') }}">
|
<img class="catalogitemimage" src="{{ asset('img/reviewpending.png') }}">
|
||||||
<p>Item Name</p>
|
<p>ARCHBLOX Visor</p>
|
||||||
<strong><img class="arkoticon_small" src="{{ asset('img/arkot.png') }}">10</strong>
|
<strong><img class="arkoticon_small" src="{{ asset('img/arkot.png') }}">10</strong>
|
||||||
</div>
|
</div>
|
||||||
<div class="catalogitem">
|
<div class="catalogitem">
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,9 @@ Route::middleware(['auth'])->group(function () {
|
||||||
// catalog
|
// catalog
|
||||||
Route::get('/catalog', [App\Http\Controllers\PageController::class, 'catalog'])->name('catalog');
|
Route::get('/catalog', [App\Http\Controllers\PageController::class, 'catalog'])->name('catalog');
|
||||||
|
|
||||||
|
// avatar
|
||||||
|
Route::get('/my/avatar', [App\Http\Controllers\PageController::class, 'avatar'])->name('avatar');
|
||||||
|
|
||||||
// games & game page
|
// games & game page
|
||||||
Route::get('/games', [App\Http\Controllers\PageController::class, 'games'])->name('games');
|
Route::get('/games', [App\Http\Controllers\PageController::class, 'games'])->name('games');
|
||||||
Route::get('/games/1', [App\Http\Controllers\PageController::class, 'gamepage'])->name('gamepage');
|
Route::get('/games/1', [App\Http\Controllers\PageController::class, 'gamepage'])->name('gamepage');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue