@include('dashboard.headerlinks')
@include('dashboard.leftmenu')
@include('dashboard.topmenu')
@if($user->role == 'patient' || $user->role == 'admin')
@endif @include('dashboard.footerlinks')