@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __("Messages") }} @endsection @section('titre_header') {{ __("Messages") }} @endsection @section('titre_page') {{ __("Messages") }} @endsection @section('panel_boutons') @include('layouts.partials.panelboutons', ['btn_ajout' => 'modale', 'btn_imprim'=> false, 'btn_export'=> false]) @endsection @section('contenu')
| {{ __("Date affichage") }} | {{ __("Texte") }} | {{ __("Actions") }} |
|---|---|---|
| Du {{ date('d/m/Y', strtotime($element->todLis_startDate)) }} au {{ date('d/m/Y', strtotime($element->todLis_endDate)) }} | {!! $element->todLis_text !!} |