Laravel-5.7-with-Admin-LTE-3-Boiler-Plate
Laravel-5.7-with-Admin-LTE-3-Boiler-Plate copied to clipboard
sidebar gone
why the footer, header and sidebar not coming up?
Change line 18 in sidebar from: {{ auth()->user()->name!=null ? auth()->user()->name : "Administrator"}} to: {{ Auth::check() ? auth()->user()->name : "Administrator"}}