@php $referral_data = json_decode(Cookie::get('referral_data'), true); $internal_referral_data = json_decode(Cookie::get('internal_referral_data'), true); @endphp @if(!empty($referral_data))

{{ $referral_data['referral_notification'] }}

@endif @if(!empty($internal_referral_data))

{{ $internal_referral_data['referral_notification'] }}

@endif
logo
{{--
  • @if(!auth()->check())
  • @else
  • @endif
  • {{count($cart['items'])}}
--}}
  • @if(!auth()->check())
  • @else
  • @endif
  • {{-- --}}
    {{-- {{count($cart['items'])}}
    --}} {{$total_cart_quantity}}
  • @if(!auth()->check()) @else
    Hi, {{ucwords(strtolower(auth()->user()->firstname))}}
    @endif
@include('layouts.nav')