{{ $posts[$i]->title }}
{!! str_limit($posts[$i]->content, $strLimit) !!}
{{ $posts->links() }}
@extends('layouts.blog') @section('title') {{ "Technoblog | " . $category->name }} @endsection @section('blog_content')
{!! str_limit($posts[$i]->content, $strLimit) !!}