@extends('welcome') @section('seo_title', 'Blog | ') @section('content')
{{substr(trim(strip_tags($n->content)),0,130)}} @if(strlen(trim(strip_tags($n->content))) > 130) ... @endif