@extends('template.layoutAdmin', ['activeButton' => 'inventario']) @section('style') @endsection @section('title') {{ trans('bodega.bodegas') }} @endsection @section('cabecera')
ID | --}}{{ trans('bodega.nombre') }} | {{ trans('bodega.descripcion') }} | {{ trans('bodega.estado') }} | {{ trans('bodega.opciones') }} |
---|---|---|---|---|
{{$bodega->idBodega}} | --}}{{ $bodega->nombre }} | {{ $bodega->descripcion }} | @if ($bodega->state == 1) {{ trans('bodega.activo') }} @else {{ trans('bodega.inactivo') }} @endif | |
{{ trans('bodega.noHayRegistro') }} | ||||
{{$item->fecha}} | @if ($item->pedidoUser) {{$item->pedidoUser->nombre}} {{$item->pedidoUser->apellido}} @else {{ trans('bodega.clienteGenerico') }} @endif | {{$item->funEstado->nombre}} | {{$item->funTipo->nombre}} |