@extends('layouts.base') @section('content')
| Gérant | Raison sociale | Véhicules | Action | Suppression | |||
|---|---|---|---|---|---|---|---|
| {{ $beneficiaire->NomGerant}} {{ $beneficiaire->PrenomGerant}} | {{ $beneficiaire->RaisonSociale}} | {{ $beneficiaire->vehicules->count(); }} | @if($beneficiaire->info_pdf != null)Voir pdf | @else- | @endif@if($beneficiaire->vehicules->count() == 0) | @else | @endif |