@php $user=Auth::user(); $userIntrest=$user->getUserDetail->userIntrests ?? ''; @endphp @include('web.layouts.head') @include('web.layouts.header') @include('web.layouts.navbar') @include('users.user-header')
@include('home.short-cuts')
@include('web.layouts.footer')