|
@if ($item->chamado)
@else
-
@endif
|
{{ $item->created_at?->format('d/m/Y H:i') }} |
{{ $item->identificacao }} |
{{ $item->linha ?: '-' }} |
@if ($item->chamado)
{{ $item->chamado->statusChamado }}
@else
{{ __('Legado') }}
@endif
|
@if (auth()->user()->getPermissaoDetalhes('GERENCIADOR_DE_MOBIANGRA')['visualizar'] ?? false)
@endif
|
@endforeach