@php $lastIndex = count($correspondence) - 1; @endphp
@if($correspondence[$lastIndex]->status)
Status {{$correspondence[$lastIndex]->status}}
@endif
@if($correspondence[$lastIndex]->matter)
Matter{{$correspondence[$lastIndex]->matter}}
@endif
@if($correspondence[$lastIndex]->priority)
Priority! {{$correspondence[$lastIndex]->priority}}
@endif