@extends('layouts.app') @section('title', 'Detalle de Pedido') @section('content')

Detalle de Pedido

@if (session('success'))

{{ session('success') }}

@endif @foreach ($details as $detail) @endforeach
FDI_CODIGO FDI_OPERACION_AUTOINCREMENT FDI_CLIENTEPROVEEDOR FDI_CANTIDAD FDI_LOTE completado
{{ $detail->FDI_CODIGO }} {{ $detail->FDI_OPERACION_AUTOINCREMENT }} {{ $detail->FDI_CLIENTEPROVEEDOR }} {{ $detail->FDI_CANTIDAD }} {{ $detail->FDI_LOTE }} {{ $detail->completado }}
Volver Pedidos @endsection