@extends('compte.layout') @php use App\Support\Content; use App\Support\Taxonomy; @endphp @section('compte')
{{ ucfirst($alerte->rubrique) }} @if($alerte->q) · « {{ $alerte->q }} »@endif @if($alerte->ville) · {{ $alerte->ville }}@endif @if($alerte->min || $alerte->max) · {{ $alerte->min ? number_format($alerte->min / 100, 0, ',', ' ').' €' : '0 €' }} – {{ $alerte->max ? number_format($alerte->max / 100, 0, ',', ' ').' €' : '∞' }} @endif · {{ ucfirst($alerte->frequency) }}
Aucune alerte pour l'instant.
@endforelse