@extends('front.layout.template') @section('title', 'Laravel Blog - Rudi Kurniawan') @section('content')
{{ Str::limit(strip_tags($latest_post->desc), 200, '...') }}
{{ Str::limit(strip_tags($item->desc), 200, '...') }}