mirror of
https://github.com/exane/not-gwent-online
synced 2025-08-30 05:57:30 +00:00
rewrite app view
This commit is contained in:
@@ -14,11 +14,7 @@
|
||||
</head>
|
||||
<body class="{{ $section }}">
|
||||
|
||||
@if(Auth::check() || Request::path() != '/')
|
||||
<component is="inner"></component>
|
||||
@else
|
||||
<component is="landing"></component>
|
||||
@endif
|
||||
<component is="{{ $section }}"></component>
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
|
||||
<script src="{{ url('assets/js/bundle.js') }}"></script>
|
||||
|
Reference in New Issue
Block a user