{{-- PWA Back Button - Use on pages where browser back button isn't available --}} @props(['class' => '', 'href' => null]) merge(['class' => 'inline-flex items-center px-3 py-2 bg-white rounded-xl shadow-sm border border-blue-200 text-blue-700 hover:bg-blue-50 transition-colors text-sm font-medium ' . $class]) }}> {{ $slot->isEmpty() ? 'Retour' : $slot }}