@extends('layouts.struct') @section('content') Accueil @auth Nos produits @endauth {{-- @if(config('website.catalog') == 1) Nos produits @foreach (config('categories') as $category) {{ $category->name }} @endforeach @endif --}} Contact @if(config('website.catalog') == 1) @endif Mon compte @auth @if(config('userSettings')->catalog && config('website.catalog') == 1) Favoris Votre panier ({{ config('shopcartCount') ? config('shopcartCount') : 0 }}) @if(config('website.drive') == 1) Drive ({{ config('driveCount') ? config('driveCount') : 0 }}) @endif @endif @else @if(config('website.catalog') == 1) Votre panier (0) @if(config('website.drive') == 1) Drive (0) @endif @endif @endauth @auth @if(config('website.catalog') == 1) @endif @endauth