@extends('layouts.head_office_app') @section('content') @php $comment->addIntoCommentViews(); @endphp
{{$comment->user->name}} @if($comment->type) {{$comment->type}} @else commented @endif ({{$comment->days_ago()}}) {{date('d/m/Y h:i a',strtotime($comment->updated_at))}}
{!! ($comment->comment) !!}
@foreach($comment->views as $view) {{$view->head_office_user->user->name}} @endforeach {{-- @if($case->status == 'open' && !$comment->type) Reply? @endif --}}
@if(count($comment->documents))
@endif
@endsection