This commit is contained in:
2019-09-28 00:07:20 -05:00
parent 849f551ac1
commit 150fba048e

View File

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