@extends('Dashboard::layouts.dashboard') @section('content')
| 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 |
| 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 |
| 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 |