@extends('views.partials.head') @php $dashboardPlaceholder = "Profile"; @endphp @section('content')
@auth() @include('views.partials.sidebarUser') @endauth
@include('views.partials.topbarUser') @include('views.profileUser_view') {{-- --}}
@endsection