| {{date('m/d/Y',strtotime($note->created_at))}} |
{{date('H:i:s',strtotime($note->created_at))}} |
{{$note->createdBy->name}} |
{{$note->Note}} |
@if (count(explode('|',$note->Attachments)) > 1)
View All files
@foreach (explode('|',$note->Attachments) as $file)
- {{$file}}
@endforeach
|
@elseif ($note->Attachments != '')
{{$note->Attachments}} |
@else
|
@endif
{{$note->getView()}} |
@can('delete_project_notes_tab')
$note->id])}}')">
@endcan
|