@extends('layouts.app') @section('title', 'Blog') @section('content')
{{ Str::limit(strip_tags($post->content), 150) }}
Aucun article trouvé.