@if( auth()->check() ) {{ auth()->user()->name }} {{ auth()->user()->surname }} Logout @else Login Register @endif
@include('inc.left-menu') @include('inc.center-area')