@extends('layouts.app') @section('title') Prospects @endsection @section('page-title') Prospects Voir @endsection @section('button-top') @endsection @section('content')
{{--

Striped rows

Use .table-striped to add zebra-striping to any table row within the <tbody>.

--}} @if (count($prospects)) @foreach ($prospects as $prospect) @endforeach @else @endif
# Email 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
@endsection