Laravel-5.7-with-Admin-LTE-3-Boiler-Plate icon indicating copy to clipboard operation
Laravel-5.7-with-Admin-LTE-3-Boiler-Plate copied to clipboard

sidebar gone

Open feyerin opened this issue 5 years ago • 1 comments

why the footer, header and sidebar not coming up?

feyerin avatar Jan 07 '20 02:01 feyerin

Change line 18 in sidebar from: {{ auth()->user()->name!=null ? auth()->user()->name : "Administrator"}} to: {{ Auth::check() ? auth()->user()->name : "Administrator"}}

ezstoritve avatar Jul 07 '20 12:07 ezstoritve