{{ $post->title }}
{{ Str::limit(strip_tags($post->excerpt ?? $post->body), 120) }}
{{ $post->published_at->diffForHumans() }}
@extends('layouts.front') @section('title', 'الرئيسية') @section('content')
{{ Str::limit(strip_tags($post->excerpt ?? $post->body), 120) }}
{{ Str::limit(strip_tags($post->excerpt ?? $post->body), 120) }}