@extends('layouts.squelette') @section('titre') {{ __('Merchandising') }} @endsection @section('titre_header') {{ __('Thèmes') }} @endsection @section('titre_page') {{ __('Liste') }} @endsection @section('panel_boutons') @endsection @section('contenu')
| {{ __("Thème") }} | {{ __("Période") }} | {{ __("Sites participants") }} | {{ __("Photos") }} | {{ __("Statut") }} | {{ __("Actions") }} |
|---|---|---|---|---|---|
| {!! $merchandising->mer_title !!} {{ __("Créé le") }} {!! date_en_fr($merchandising->mer_createdDate) !!} | {{ __("Du") }} {!! date_en_fr($merchandising->mer_startDate) !!} {{ __("au") }} {!! date_en_fr($merchandising->mer_endDate) !!} | {!! $merchandising->count_sites !!} sites |
Photos validées
{!! $merchandising->nbr_reponse !!}
|
@if(now() < $merchandising->mer_startDate) {{ __("À venir") }} @elseif(now() > $merchandising->mer_endDate) {{ __("Terminé") }} @else {{ __("En cours") }} @endif |