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

Remarques


{{-- --}}
@if ( count($comments) > 0 ) {{-- --}} {{-- --}} @foreach ( $comments as $comment) {{-- --}} @endforeach
Date créationContact Structure Utilisateur Remarque
Date créationContact Structure Utilisateur Remarque
{{ $comment->created_at }}{{ $comment->contactName() }} {{ $comment->contact2()->structure }} {{ $comment->userPostName() }} {!! $comment->content !!}
@include('contacts.legend') @endif {{-- SHOW/EDIT --}} {{-- DELETE --}}
{{ csrf_field() }} {{ method_field('DELETE') }}
@endsection