@extends('views.partials.head') @php $dashboardPlaceholder = "Dashboard"; @endphp @if (auth()->user()->nim == NULL) @elseif (auth()->user()->nim != null) @endif @section('content')
@auth() @include('views.partials.sidebarUser') @endauth
@include('views.partials.topbarUser') @include('views.dashboardUser_view') {{-- @include('layouts.footers.guest') --}}
@endsection