@extends('layouts.app') @php // Helper pour générer les URLs des fichiers storage $storageUrl = function($path) { if (!$path) return asset('/images/placeholder.png'); $cleanPath = str_replace(['\\', '//'], '/', trim($path, '/\\')); return request()->getSchemeAndHttpHost() . '/storage.php?file=' . urlencode($cleanPath); }; @endphp @push('styles') @endpush @section('title', $urgentSale->title . ' - Vente urgente - TaPrestation') @section('content')
Aucune photo disponible
{{ $urgentSale->reason }}
{{ $urgentSale->location }}
@endif