@extends('BaseSistemaWeb') @section('CSS') {{ HTML::style('bootstrap-select/css/bootstrap-select.min.css') }} {{ HTML::style('WebPro/plugins/dropzone/dropzone.css') }} {{ HTML::style('image-picker/image-picker.css') }} @stop @section('Contenido')

Gestión de prospectos

Agregar producto

{{ Form::open(array('route' => 'SysWebGClientesProductosAgregar', 'method' => 'post', 'class' => 'form-horizontal row-border', 'id' => 'frmAgregar', 'files' => true, 'target' => 'upload_iframe')) }}
{{ Form::text('nombre', '', array('class' => 'form-control', 'placeholder' => '')) }}