@extends('layouts.master') @section('css') {!! Html::style('css/jquery_ui.css')!!} {!! Html::style('css/datatable/dataTables.bootstrap.css')!!} {!! Html::style('css/datepicker.css')!!} @stop @section('content')

Espere un momento..

@if(Session::has('message_success'))
{!! Session::get('message_success') !!}
@endif @if(Session::has('message_error'))
{!! Session::get('message_error') !!}
@endif
{!! Form::text('fecha_ini', NULL ,$attributes = array('class' => 'form-control', 'id'=>'fecha_ini','readOnly' => 'readOnly')) !!}
{!! Form::text('fecha_hasta', NULL ,$attributes = array('class' => 'form-control', 'id'=>'fecha_hasta','readOnly' => 'readOnly')) !!}
Número de Recibo Fecha Desde Fecha Hasta Opción
No existe registro
@stop @section('postscript') {!! Html::script('js/solonumeros.js') !!} {!! Html::script('js/jquery_ui.js') !!} {!! Html::script('js/datepicker/bootstrap-datepicker.js') !!} {!! Html::script('js/datepicker/locales/bootstrap-datepicker.es.js') !!} {!! Html::script('js/datatable/jquery.dataTables.js') !!} {!! Html::script('js/datatable/dataTables.bootstrap.js') !!} @stop