{{ $post->created_at->diffForHumans() }}
{{$post->title}}
{!!Str::limit($post->body, 300)!!}
@extends('layouts.frontend.app')
@section('content')
Productos da categoria {{ $category->name }}