@if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @endif
@guest

VITIPORTAIL

Connectez-vous

@endguest @auth @include('components.header', ['pages' => $pages])

Annonces

Accueil > Annonces @isset($segment) > {{ $segment }} @endisset

@foreach ($listings as $listing)
@if($listing->getMedia('photos')->isNotEmpty()) @foreach ($listing->getMedia('photos')->take(1) as $media) {{ $listing->name }} @endforeach @else @if($listing->product->is_wine_product) {{ $listing->name }} @endif @endif

{{ $listing->name }}

{{ $listing->transaction?->name_fr }} - {{ $listing->product?->name_fr }}

@endforeach
@endauth
@if (Route::has('login')) @endif