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

Restauration collective


{{-- --}}
@if ( count($restocos) > 0 ) {{-- --}} {{-- --}} @foreach ( $restocos as $restoco) {{-- --}} @endforeach
Date créationContact Structure Nb demi-pensionnaires Régie Échéance marché public Prestataire Groupement d’achat Cuisine (sur place ou centrale) Produits Statut agrément sanitaire Diagnostic de durabilité
Date créationContact Structure Nb demi-pensionnaires Régie Échéance marché public Prestataire Groupement d’achat Cuisine (sur place ou centrale) Produits Statut agrément sanitaire Diagnostic de durabilité
{{ $restoco->created_at }}{{ $restoco->contactName() }} {{ $restoco->contact()->structure }} {{ $restoco->demi_pension }} {{ $restoco->showRegie() }} {{ $restoco->echeance_marche }} {{ $restoco->prestataire }} {{ $restoco->groupement_achat }} @if ($restoco->cuisine_sur_place) sur place @endif @if ($restoco->cuisine_sur_place) centrale @endif @if (is_array($restoco->products())) @foreach ( $restoco->products() as $product) {{ $product.' '}} @endforeach @endif {{ $restoco->showAgrement() }} {{ $restoco->annee_diag_durabilite }}
@include('contacts.legend') @endif {{-- SHOW/EDIT --}} {{-- DELETE --}}
{{ csrf_field() }} {{ method_field('DELETE') }}
@endsection