@extends('layouts.app') @section('title') Prospects @endsection @section('page-title') Prospects Voir @endsection @section('button-top') @endsection @section('content')
Use .table-striped
to add zebra-striping to any table row within the <tbody>
.
# | Consultation | Création | |||||||
---|---|---|---|---|---|---|---|---|---|
{{ $prospect->id }} | {{ $prospect->email }} | {{ $prospect->consultation->title }} | Le {{ $prospect->created_at->format('d/m/Y') }} à {{ $prospect->created_at->format('H\hi') }} | ||||||
Aucun prospect |