@extends('layouts.frontend.app') @section('content') Home Cateogry Post @foreach ($catpost as $post) {{ $post->title}} {{ $post->user->name}} {!! Str::limit($post->body, 100) !!} @endforeach @include('layouts.frontend.partials.sidebar')