@extends('layouts.site.site') @section('content')

La Rentrée "moins chère !"

Valide jusqu'au : {{$datas[\App\Classes\Constant::CATALOGUE]->datePublication}}
@if(count($datas[\App\Classes\Constant::CATALOGUE]->descriptif) > 0)

Détails

    @foreach($datas[\App\Classes\Constant::CATALOGUE]->descriptif as $key => $desciptif)
  • {{$key}} :     {{$desciptif}}
  • @endforeach
@endif
@if(count($datas[\App\Classes\Constant::CATALOGUE]->descriptif) > 0)
@endif

Commentaires ({{$datas[\App\Classes\Constant::CATALOGUE]->comments->count()}})

Voir plus

@foreach($datas[\App\Classes\Constant::CATALOGUE]->comments as $key => $comment)

{{$datas[\App\Classes\Constant::CATALOGUE]->commentUsers[$key]->nomComplet}}

{{$comment->duration['tag'] == "year" ? "Il y a ".$comment->duration['diff']." années" : ($comment->duration['tag'] == "month" ? "Il y a ".$comment->duration['diff']." mois" : ($comment->duration['diff'] == 0 ? "Aujourd'hui" : ($comment->duration['diff'] == 1 ? "Hier" : "Il y a ".$comment->duration['diff']." jours")))}}

{{$comment->title}}

{{$comment->message}}

@endforeach
@csrf
Envoyer

Catalogues similaires

@endsection