@extends('Templates.templateWorkstations') {{-- --}} @section('content') @if (session('danger'))
@endif

Ispt.N :{{ $detalsEquipment->istp_number }}

Ambito :{{ $detalsEquipment->equipment_ambit }}

Comentários sobre o Equipamento

@foreach ($receiveComments as $receiveComment)
{{ $receiveComment->user->user_name }} ({{ $receiveComment->user->userType->type_user }})

{{ $receiveComment->comment }}

{{ $receiveComment->creation_date }} ( {{ \Carbon\Carbon::parse($receiveComment->creation_date)->diffForHumans() }})
@endforeach
@csrf
Teste
teste
{{-- --}}
{{-- Script para as Te7, verificar se as tarefas Te5 e Te6 ja foram finalizadas --}} {{-- Script para monitorar a resposta da TE14 --}} {{-- Este script serve para ter a opcao de deselecionar o botao Radio caso tenho apertado incorretamente --}} {{-- --}} {{-- --}} @endsection