@if(auth()->check()) @if(auth()->user()->role == 'admin') @include('components.sidebar') @else @endif @endif
@yield('content')