@extends('layouts.app') @section('title') Notifications @endsection @section('page-title') Notifications @endsection @section('content')
Use .table-striped
to add zebra-striping to any table row within the <tbody>
.
# | Proposition | Envoyée par | Le | Gestion | |||||
---|---|---|---|---|---|---|---|---|---|
{{ $proposition->id }} | {{ $proposition->texte }} | {{ isset($proposition->guest) ? $proposition->guest_prenom : $proposition->participant->prenom_nom }} | {{ $proposition->created_at->format('d/m/Y à H\hi') }} | Accepter Refuser | |||||
Aucune consultation Créer une consultation |