@extends('layouts.app') @section('content')
|
{{ ucfirst($item->first_name).' '.$item->last_name}} | {{ ucfirst(strip_tags($item->name))}}- {!! ucfirst(strip_tags((str_limit($item->text,150)))) !!} | {{ date('d, M-Y', strtotime($item->postDate)) }} | {{Techsaga::postCommentCounter($item->id)}} |