@if (count($chamados) != 0) @foreach($chamados as $chamado) @if ($chamado['users_id_recipient'] == 56)
{{$chamado['id']}}
{{$chamado['name'] }}

@foreach ($solution as $solu ) @if ($solu['items_id'] == $chamado['id'])

{!! $solu['content'] !!}

@endif @endforeach

@if ($chamado['status'] == '5' )
Solucionado
@endif
{{date('d/m/20y', strtotime($chamado['date_creation'])) }}
{{date('d/m/20y', strtotime($chamado['date_mod'])) }}
{{-- STATUS (ABERTO/EM ANDAMENTO) --}}
{{ csrf_field() }}
@endif @endforeach {{-- MODAL CHAMADOS --}}
@else

Não existem chamados para sua filial!

@endif