@extends('web.layouts.base') @section('titre') LIVRES OK @endsection @section('styles') {{-- --}} @endsection @section('content')

Type de séquence

{{--
Nom Prénom Email Téléphone
Jean Dupont jean.dupont@example.com 0123456789
Jean Dupont jean.dupont@example.com 0123456789
Jean Dupont jean.dupont@example.com 0123456789
Jean Dupont jean.dupont@example.com 0123456789
Jean Dupont jean.dupont@example.com 0123456789
Jean Dupont jean.dupont@example.com 0123456789
Jean Dupont jean.dupont@example.com 0123456789
Jean Dupont jean.dupont@example.com 0123456789
Jean Dupont jean.dupont@example.com 0123456789
Jean Dupont jean.dupont@example.com 0123456789
Jean Dupont jean.dupont@example.com 0123456789
Jean Dupont jean.dupont@example.com 0123456789
Jean Dupont jean.dupont@example.com 0123456789
Jean Dupont jean.dupont@example.com 0123456789
Jean Dupont jean.dupont@example.com 0123456789
--}} {{-- --}}
@foreach($books as $book) @endforeach
ID Titre Auteur Éditeur Année Modifier Crée le Action
{{ $book->id }} {{ $book->title }} {{ $book->author }} {{ $book->publisher }} {{ $book->year }} {{ date('d/m/Y', strtotime($book->updated_at)) }} {{ date('d/m/Y', strtotime($book->created_at)) }}
@endsection @section('scripts') {{-- affiches les erreurs --}} @endsection