@extends('layouts.squelette') @section('css_header') @endsection @section('js_header') @endsection @section('titre_header') {{ __('Thème') }} @endsection @section('titre_page') {{ $merchandising->mer_title }} @endsection @section('panel_boutons') {{ __('Retour') }} @endsection @section('contenu')

{{ $merchandising->mer_title }}

{!! $merchandising->mer_description !!}
{{ __('Du') }} {{ date_en_fr($merchandising->mer_startDate) }} {{ __('au') }} {{ date_en_fr($merchandising->mer_endDate) }}
@csrf
{{-- --}}
{{ __('Formats acceptés : JPG, PNG - Max : 10 Mo') }}





@if($user_merchandising->role != 'admin')
{{ __('Votre photo sera examinée par notre équipe. Elle pourra être validée ou vous être retournée pour modification.') }}
@endif
@if($merchandising->photos->where('sit_id', $site)->count() > 0)
{{ __('Photos déjà envoyées') }}
@foreach($merchandising->photos->where('sit_id', $site) as $photo)
Photo
{{ $photo->status->merSta_label }} {{ $photo->merPho_createdDate->format('d/m/Y H:i') }}
@endforeach
@endif
@endsection @push('custom-scripts') @endpush