@if(Auth::user()->userTypeId==1)
@include('user-web.layouts.sidebar')
@else
@include('business.layouts.sidebar')
@endif
@php $user=Auth::user() ?? ""; $businessDetail=$user->getBusinessDetail??""; $workingHours=$businessDetail->workingHours ??""; $products=$businessDetail->businessProduct ??""; @endphp @if(Auth::user()->userTypeId==1) @include('user-web.layouts.head') @include('user-web.layouts.header') @else @include('business.layouts.head') @include('business.layouts.header') @endif