Phase Notes

The following notes are available for this job. To add a note, click the icon to the right.

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