@extends('dashboard.layout.base') @section('content')
Liste des posts
@include('dashboard.component.dashboard_error') @include('dashboard.component.notifications') @if(count($posts) > 0)
@foreach($posts as $post) {{-- --}} @endforeach
Créé à Titre Show Edit Supprimer
{{--
--}}
{{ $post->created_at->format('d/m/y') }} {{ $post->title }}
@else

Vous n'avez aucun commande

@endif
@include('dashboard.component.copyright')
@endsection {{-- @push('styles') @endpush @push('scripts') @endpush --}}