@extends('Templates/WorkstationsLayout/WorkstationsLayout') @section('Main-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
{{-- --}}
@endsection