@extends('layouts.layout') @section('content') {{-- SHOW ALL --}}

Communication


{{-- --}}
@if ( count($communications) > 0 ) {{-- --}} {{-- --}} @foreach ( $communications as $communication) {{ $communication->initContact() }} {{-- --}} @endforeach
Date créationContact Structure Réception mails infos Date désabonnement
Date créationContact 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
@include('contacts.legend') @endif {{-- SHOW/EDIT --}} {{-- DELETE --}}
{{ csrf_field() }} {{ method_field('DELETE') }}
@endsection