• {{ trans('message.home') }}
  • @if (!$product_groups->isEmpty()) @foreach ($product_groups as $product_group)
  • {{ $product_group->title }}
  • @endforeach @endif
  • {{ trans('message.sale') }}
  • {{ trans('message.about_us') }}
  • {{ trans('message.contact_us') }}
  • @if(auth()->check())
  • @if(!$notifications->isEmpty()) @foreach($notifications as $notification)
    {{ $title }} {{ $notification->created_at->diffForHumans() }}
    @endforeach @endif
  • @endif
  • @if (auth()->check()) Bag {{ $shopping_bag_count }} @else Bag @endif