@if(!empty($EstimateComments) && count($EstimateComments)>0)
@foreach($EstimateComments as $EstimateComment) {{$EstimateComment->Note}}
{{$EstimateComment->created_at}}

@endforeach
@endif
{{Form::textarea('Comment',$Comment,array("class"=>" form-control ","rows"=>5 ))}}
{{Form::hidden('EstimateID',$Estimate->EstimateID)}}