| {{ $item->cliente ? $item->cliente->info : '--' }} |
{{ $item->fornecedor ? $item->fornecedor->info : '--' }} |
{{ $item->funcionario ? $item->funcionario->nome : '--' }} |
{{ $item->assunto }} |
{{ __data_pt($item->created_at) }} |
{{ $item->data_retorno ? __data_pt($item->data_retorno, 0) : '--' }} |
{{ $item->conclusao }} |
{{ strtoupper($item->status) }}
|
@endforeach