{{-- Created by negutierrez on 04/05/2017 --}} @extends('layouts.main') @section('title', 'Reporte | Seguridad Modificación Guia') @section('header') @endsection @section('content')
@if ($errors->has())
@foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif

    REPORTE MODIFICACIÓN DE PESO

    {!! Form::open(['route' => 'reporte.reportemodpesoseg', 'autocomplete' => 'off','id' => 'listadoForm','method' => 'POST', 'accept-charset' => 'UTF-8', 'role' => 'form', 'enctype' => 'multipart/form-data']) !!}
    {!! Form::checkbox('opc_filtro_fecha', NULL, false, ['id' => 'opc_filtro_fecha', 'class' => 'opc_filtro']) !!} {!! Form::label('opc_filtro_fecha', 'Fecha de Guia', ['class' => 'control-label']) !!}
    {!! Form::text('fechad','',['id'=>'fechad','disabled','placeholder'=>'Fecha Desde','class'=>'fecha form-control input-sm ', 'readonly'=>'false']) !!}
    {!! Form::text('fechah','',['id'=>'fechah','disabled', 'placeholder'=>'Fecha Hasta','class'=>'form-control input-sm fecha', 'readonly'=>'true']) !!}
    {!! Form::checkbox('opc_filtro_oficina', null, false, ['id' => 'opc_filtro_oficina', 'class' => 'opc_filtro']) !!} {!! Form::label('opc_filtro_oficina', 'Oficina', ['class' => 'control-label']) !!}
    {!! Form::checkbox('opc_filtro_ruta', null, false, ['id' => 'opc_filtro_ruta', 'class' => 'opc_filtro']) !!} {!! Form::label('opc_filtro_ruta', 'Ruta', ['class' => 'control-label']) !!}
    {!! Form::button('Consultar',['id'=> 'btnSubmit', 'class' => 'btn btn-primary btn-sm']) !!}
    {!! Form::close() !!}
    @endsection @section('script')