@extends('admin.app') @section('content')

Liste des articles

Créer un article
@foreach($posts as $post) @endforeach
# Titre Page Date de création Actions
{{ $loop->iteration }} {{ $post->title }} {{ $post->page->title }} {{ $post->created_at->format('d/m/Y') }} Modifier
@csrf @method('DELETE')
@endsection