@extends('Dashboard::layouts.dashboard') @section('content')

Ordenes de Trabajo

@foreach($nuevas as $item) @endforeach
OTI Cliente Detalle Cantidad
{{ str_pad($item->production_id, 5, "0", STR_PAD_LEFT) }}-{{substr($item->production->year, -2)}} / {{ $item->id }} {{ $item->production->client_name }} {{ $item->detail }} {{ $item->quantity }} Button
@foreach($encurso as $item) @endforeach
OTI Cliente Detalle Cantidad
{{ str_pad($item->production_id, 5, "0", STR_PAD_LEFT) }}-{{substr($item->production->year, -2)}} / {{ $item->id }} {{ $item->production->client_name }} {{ $item->detail }} {{ $item->quantity }} Button
@foreach($pausadas as $item) @endforeach
OTI Cliente Detalle Cantidad
{{ str_pad($item->production_id, 5, "0", STR_PAD_LEFT) }}-{{substr($item->production->year, -2)}} / {{ $item->id }} {{ $item->production->client_name }} {{ $item->detail }} {{ $item->quantity }} Button
@endsection