{{ $post->created_at->diffForHumans() }}
{{ $post->title}}
{!! Str::limit($post->body, 100) !!}
@extends('layouts.frontend.app')
@section('content')
{{ $posts->count() ?? "0"}} results found for “{{ $search}}”
{{--