@if($chamado->types->name != 'Core' && $chamado->types->name != 'Chat' && $chamado->types->name != 'Email' && $chamado->types->name != 'Usuário')
{{$chamado->types->name }} / {{$chamado->category->name}}
@else
{{$chamado->types->name}}
@endif
{!! html_entity_decode($chamado['content']) !!}
Data de abertura:
{{ date('d/m/20y', strtotime($chamado['date_creation'])) }}