{{ $roteiro->produto->codigo }} - {{ $roteiro->produto->nome }}
Rev. {{ $roteiro->revisao }}
@if($roteiro->ativo === 'ATIVO') Ativo @else Inativo @endif
{{ $roteiro->observacoes }}
| Seq. | Serviço/Operação | Descrição | Tempo (h) | Custo/Hora | Custo Total |
|---|---|---|---|---|---|
| {{ $operacao->sequencia }} | {{ $operacao->servico->nome }} | {{ $operacao->descricao }} | {{ number_format($operacao->tempo_estimado, 2, ',', '.') }} | R$ {{ number_format($operacao->custo_hora, 2, ',', '.') }} | R$ {{ number_format($operacao->custo_total, 2, ',', '.') }} |
| {{ $operacao->observacoes }} | |||||
| Nenhuma operação cadastrada | |||||
| TOTAIS: | {{ number_format($roteiro->tempo_total, 2, ',', '.') }}h | R$ {{ number_format($roteiro->custo_total, 2, ',', '.') }} | |||
{{ $roteiro->usuarioInclusao->name ?? 'N/A' }}
{{ $roteiro->created_at->format('d/m/Y H:i') }}{{ $roteiro->usuarioAlteracao->name }}
{{ $roteiro->updated_at->format('d/m/Y H:i') }}