@extends('templates.dashboard')
@section('dashboard')
Les Tableaux
@if(session()->has('delete'))
{{ session()->get('delete') }}
@endif
titre |
Desription |
apercu |
Date Modification |
Modifier |
titre |
Desription |
apercu |
Date Modification |
Modifier |
@foreach ($posts as $item)
{{ $item->titre }} |
{!! Str::limit(strip_tags($item->description), 150) !!} |
 }}) |
{{ $item->updated_at }} |
|
@endforeach
@endsection