@include('sidebar')
@if(Auth::user()->avatar!=null || Auth::user()->avatar!="" )
@else
@endif
Welcome {{Auth::user()->name}}
@if(Auth::user()->user_type=='admin') @else @endif
Logout
@yield('content')