@extends('layout.main') @section('contenido') @if (Session::has('mensaje'))
ID |
Fecha/Hora | Artículo | Motivo | Antes | Ajustada | Después |
|---|---|---|---|---|---|---|
| {{ $ajuste->idajuste }} | {{ date('d/m/Y H:i:s', strtotime($ajuste->fecha)) }} | @foreach ($articulos as $articulo) @if ($ajuste->idarticulo == $articulo->idarticulo) {{ $articulo->nombre }} @endif @endforeach | @foreach ($motivos as $motivo) @if ($ajuste->idmotivo_ajuste == $motivo->idmotivo_ajuste) {{ $motivo->descripcion }} @endif @endforeach | {{ $ajuste->cant_antes }} | {{ $ajuste->cant_ajustada }} | {{ $ajuste->cant_despues }} |