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

Adhésions


{{-- --}}
@if ( count($adhesions) > 0 ) {{-- --}} {{-- --}} @foreach ( $adhesions as $adhesion) {{-- --}} @endforeach @foreach ( $aadhesions as $adhesion) {{-- --}} @endforeach
Date créationContact Structure Année Montant Fonctions au sein de l'association Membres des commissions ou groupes
Date créationContact Structure Année Montant Fonctions au sein de l'association Membres des commissions ou groupes
{{ $adhesion->created_at }}{{ $adhesion->contactName() }} {{ $adhesion->contact()->structure }} {{ $adhesion->annee }} {{ $adhesion->montant }} @if (is_array($adhesion->functions())) @foreach($adhesion->functions() as $fn) {{ $fn }} @endforeach @endif @if (is_array($adhesion->commissions())) @foreach($adhesion->commissions() as $cm) {{ $cm }} @endforeach @endif
{{ $adhesion->created_at }}{{ $adhesion->contactName() }} {{ $adhesion->contact()->structure }} {{ $adhesion->annee }} {{ $adhesion->montant }} @if (is_array($adhesion->functions())) @foreach($adhesion->functions() as $fn) {{ $fn }} @endforeach @endif @if (is_array($adhesion->commissions())) @foreach($adhesion->commissions() as $cm) {{ $cm }} @endforeach @endif
@include('contacts.legend') @endif {{-- SHOW/EDIT --}} {{-- DELETE --}}
{{ csrf_field() }} {{ method_field('DELETE') }}
@endsection