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