{{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 @elseif ($note->Attachments != '') {{$note->Attachments}} @else @endif {{$note->getView()}} @can('delete_project_notes_tab') $note->id])}}')"> @endcan