@if($chamado->types->name != 'Core' && $chamado->types->name != 'Chat' && $chamado->types->name != 'Email' && $chamado->types->name != 'Usuário' && $chamado->types->name != 'Assinatura')
{{$chamado->types->name }} / {{$chamado->category->name}}
@else
{{$chamado->types->name}}
@endif
{!! html_entity_decode($chamado['content']) !!}
@if ($chamado['anexo'] != null)
@if ($chamado->types->name == 'Assinatura' && $chamado['actiontime'] == 'allow')
@else
@endif
@endif
@if ($chamado->types->name == 'Agendamento')
Disponibilizar equipamento
{{ $item['type'] }} -
{{ $item['model'] }}
TAG: {{ $item['selo'] }}
@endif
Data de abertura:
{{ date('d/m/20y H:i', strtotime($chamado['date_creation'])) }}