@include('admin.layouts.assets.css') @stack('css') @php $marquee = false; @endphp {{-- @if (!Auth::user()->getMeta('document') && Auth::user()->getRole() === 'vendor')
Please update your legal and tax information and provide required documents here. Click Here @endif --}} @if (Auth::user()->getRole() === 'vendor' && !Auth::user()->hasTax())
Welcome to Harvest Hub. Please update legal and tax information in your profile within 30 days Click Here
@endif @if (Auth::user()->getRole() === 'vendor') @if (Auth::user()->status != '3') @php $marquee = true; @endphp
You are currently in reviewing state
@endif @endif
@include('admin.layouts.components.header') @include('admin.layouts.components.sidebar')
@yield('content')
@if (Route::currentRouteName() === 'product.create' || Route::currentRouteName() === 'product.edit') @include('admin.layouts.components.right-bar') @endif @include('admin.layouts.components.footer')
@include('admin.layouts.assets.scripts') @stack('modals') @stack('js')