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