@extends('layouts.app') @section('content')
@include('project.project-menu')
Post an update
Discussions/Updates
@if($projectUpdate->count() > 0) @foreach($projectUpdate as $item) @endforeach @else
It's seems like no updates yet!
@endif
{{ 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)}}
@endsection