@extends('layouts.dashboard') @section('dashboard')

Detalle toma de inventario N° {{ $conteoInventario->conteo_inventario_id }}

{{ csrf_field() }}
Toma Inventario
{{ $conteoInventario->usuario_nombre }}
{{ \FCR::fecha_completa($conteoInventario->created_at) }}

{{ $conteoInventario->sucursal_nombre }}

{{ $conteoInventario->bodega_nombre }}
Toma de inventario @if ($conteoInventario->estado != 'Completo') @endif
@if ($conteoInventarioDetalle->isEmpty()) @include('dashboard.toma-inventario.tr-detalle-toma-inventario') @else @foreach ($conteoInventarioDetalle as $conteoDetalle) @include('dashboard.toma-inventario.tr-detalle-toma-inventario') @endforeach @endif
Producto Descripción Posición Conteo fisico Sistema Diferencia Opciones
@if ($conteoInventario->estado != 'Completo')
@endif
@endsection @section('scripts') @endsection