• @php $topheaderData = App\Models\HeaderSetting::first(); $socialLinksHeader = App\Models\SocialLinkSetting::first(); @endphp @if(!empty($topheaderData->mobile_number)) (+91) {{$topheaderData->mobile_number}} @else NA @endif
  • @if(!empty($topheaderData->whatsapp_number)) (+91) {{$topheaderData->whatsapp_number}} @else NA @endif
  • @if(!empty($topheaderData->email)) {{$topheaderData->email}} @else NA @endif
  • @if(!empty($socialLinksHeader->fb_name) && (!empty($socialLinksHeader->show_in_header_fb))) @else @endif
  • @if(!empty($socialLinksHeader->twit_name) && (!empty($socialLinksHeader->show_in_header_twit))) @else @endif
  • @if(!empty($socialLinksHeader->insta_name) && (!empty($socialLinksHeader->show_in_header_insta))) @else @endif
@if(!empty($topheaderData->coupon_code))

"{{str_replace('"', '', $topheaderData->coupon_code)}}"

@endif
@if (isset($topheaderData->header_logo) && Storage::exists($topheaderData->header_logo)) @endif
@if (Auth::guard('customer')->check())
@if (isset(Auth::guard('customer')->user()->image) && Storage::exists(Auth::guard('customer')->user()->image)) @else @endif @if(CountWishlist() > 0 ) {{CountWishlist()}} @else 0 @endif {{ Auth::guard('customer')->user()->cart_details->count() }}
@csrf
@else
Login   / Sign-up 0 @if (session('cart')) {{ count(session('cart')) }} @else 0 @endif
@endif