@extends('dashboard._theme_dashboard') @section('content')
Todos Itens em produção
@foreach($sale_items as $item) @if(!empty($item->item_delivery)) @else @endif @if(!empty($item->process_name)) @else @endif @endforeach
N° Pedido
Cliente
Desc. Produto
Qtde.
Data Entrega
Ciclo Atual
Iniciar / Atualizar
{{$item->sale_number}} {{$item->client_name}} {{$item->product_description}} {{$item->item_amount}}{{date("d/m/Y", strtotime($item->item_delivery))}} {{$item->process_name}} - {{$item->step_name}} $item->item_id])}}">
@endsection @section('customJS') @endsection