@extends('Templates/AdminLayout/AdminLayout') @section('Main-content')

Relatório Individual

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
{{-- Apenas para equipamentos de Status = 0 ou = 1 --}} @if ($equipmentStatus == 0)
@csrf
@endif
@if ($equipmentStatus == 1)

Ações ao equipamento (Aprovar/Comentar)

@csrf
Se aprovar, as observações devem ser incluídas no relatório. Se não aprovar, comente o que é necessário alterar.
@endif

{{ $detailsProject->company_project_description }}

Tag: {{ $detalsEquipment->equipment_tag }}
{{ $receiveAmbit->ambitsEquipment->ambits_description }}
@endsection