@extends('layouts.layout') @section('content') {{-- SHOW ALL --}}
| Date création | --}}Contact | Structure | Réception mails infos | Date désabonnement |
|---|---|---|---|---|
| Date création | --}}Contact | Structure | Réception mails infos | Date désabonnement |
| {{ $communication->created_at }} | --}}{{ $communication->contact->name.' '.$communication->contact->firstname }} | {{ $communication->contact->structure }} | @if ($communication->mails_infos) oui @else non @endif | @if ($communication->mails_infos_desabo) {{ $communication->mails_infos_desabo }} @endif |