@extends('dashboard._theme_dashboard') @section('content')
| Resumo das informações | |||
| Pedido N° | {{$sale->sale_number}} | Cliente | {{$sale->client_name}} |
| Produto: | {{$sale_items->product_description}} | Qtde.: | {{$sale_items->item_amount}} |
Colaborador |
Processo |
Etapa |
Processo externo |
Maq. |
Custo Hom. |
Início |
Término |
Observações |
||
|---|---|---|---|---|---|---|---|---|---|---|
| {{$item->worker_name}} | {{$item->process_name}} | {{$item->step_name}} | @if(!empty($item->production_item_external_process_value)){{$item->production_item_external_process}} - R$ {{$item->production_item_external_process_value}} | @else{{$item->production_item_external_process}} | @endifR$ {{number_format($item->production_item_machine_cost, 2, ',', '.')}} | R$ {{number_format($item->production_item_worker_cost, 2, ',', '.')}} | {{date("d/m/Y", strtotime($item->production_item_start))}} | @if(!empty($item->production_item_end)){{date("d/m/Y", strtotime($item->production_item_end))}} | @else@endif |