@extends('elementos.navegacion')
@section('pagina', 'Inventario')
@section('content')
{{ Form::open(array('url' => 'inventario_proforma', 'method' => 'GET','role'=>'search')) }}
{{ Form::text('grupo', '', ['id' => 'grupo', 'style'=> 'border: solid 1px #003471;', 'placeholder' => 'BUSCAR POR NOMBRE DEL PRODUCTO','class'=>'form-control','autocomplete'=>'off', 'style'=>'text-transform: uppercase;'])}}
{{-- SE ELIMINA BUSQUEDA POR ALMACEN --}}
{!!Form::submit('Buscar',['class'=>'btn btn-success', 'id'=>''])!!}
{!!Form::close()!!}
Control de Inventario (Stock)
| ID |
COD. UNICO |
NOMBRE |
DESCRIPCIÓN |
MARCA |
MODELO |
U.M. |
|
|
|
@foreach($users as $m)
| {{ $m->id }} |
{{ $m->codigo_unico }} |
{{ strtoupper($m->nombre) }} |
{{$m->descripcion}} |
{{$m->denominacion_marcas }} |
{{$m->denominacion_modelos}} |
{{$m->unidad_medida}} |
Fatal error: Uncaught Error: Class "Auth" not found in /home/adminsosfood/public_html/sistema/resources/views/gestion/inventario_proforma.blade.php:125
Stack trace:
#0 {main}
thrown in /home/adminsosfood/public_html/sistema/resources/views/gestion/inventario_proforma.blade.php on line 125