@if (Auth::check() && Auth::user()->role == 'admin') @include('menu.menuadmin') @else @include('menu.menuuser') @endif