This commit is contained in:
2019-09-28 00:08:42 -05:00
parent 150fba048e
commit 11c855ff59

View File

@@ -25,10 +25,10 @@
<link rel="stylesheet" href="{{ asset('css/bootstrap.css') }}">
</head>
<body>
@if($this->auth()->check())
@extends('layouts.navbars.loggedin')
@if(Auth::check())
@include('layouts.navbars.loggedin')
@else
@extends('layouts.navbars.loggedout')
@include('layouts.navbars.loggedout')
@endif
<div class="container">
@include('inc.messages')