@extends('parent') @section('content')
| ID | Nom | Tél | Fonction | Ville | Catégories | Action | |
|---|---|---|---|---|---|---|---|
| {{ $abonnement->id }} | {{ $abonnement->nom }} | {{ $abonnement->email }} | {{ $abonnement->tel }} | {{ $abonnement->fonction }} | {{ $abonnement->ville }} | @foreach ($abonnement->categories as $category) {{ $category->nom }} @endforeach |