@extends('layouts.app') @section('title', 'Partenaires') @section('content')
| Nom | Type | Contact | Demandes | Statut | |
|---|---|---|---|---|---|
| {{ $p->name }} | {{ ucfirst($p->type) }} | {{ $p->contact_person }} {{ $p->email }} |
{{ $p->requests_count }} | {{ $p->active ? 'Actif' : 'Inactif' }} | Modifier |
| Aucun partenaire créé pour le moment. | |||||