@extends('layouts.blog') @section('head-page-title') | Blog: Search Results for {{ $query }} @stop @section('content')
@endif
{{$post->title}}
{!! str_limit(strip_tags($post->content), 350, '...Read Full Post') !!}