@php use Carbon\Carbon; @endphp @extends('layouts.root') @section('styles') @endsection @section('root-content')
{!! Str::limit($item->description, 200, $end='...') !!}
{{ Carbon::parse($item->created)->diffForHumans() }}
Aucune réalisation publiée pour le moment !