@extends('metronic.base') @section('extracss') @endsection @section('extrajs') {{-- --}} @endsection @section('titulo') Descarga de bodega @endsection @section('content') @include('sessions')

Descarga de bodega


Estado del movimiento: {{ $mov->estado->estado }}
@if ($mov->estado_traslado_id == 3 || $mov->estado_traslado_id == 4)

@endif @if ($mov->estado_traslado_id == 4)
TERMINAR FORZADO
@endif @if (count($detalles) > 0) @foreach ($detalles as $key => $item) @endforeach
# Barcode Cantidad
{{ $key + 1 }} {{ $item->barcode }} {{ $item->cantidad }}
@else
¡Opps! Parece que no tienes ningun proceso de descarga.
@endif @endsection