@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

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

Bienvenue

Les annonces

@foreach ($listings as $listing)

{{ $listing->name }} {{ $listing->reference }}

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

@endforeach

Publier une annonce

@csrf
@endauth @if (session('status'))
{{ session('status') }}
@endif @error('email')
{{ $message }}
@enderror @if (! auth()->check()) @if (! session('otp_email'))
@csrf
@endif @if (session('otp_email'))
@csrf
@error('code')

{{ $message }}

@enderror
@endif @endif
@if (Route::has('login')) @endif