@include('includes/notifications')

Warranty and Refund Report


{!! Form::open(array('route' => 'warranty_refund.store','class' => 'form-horizontal form-label-left')) !!}
{!! Form::text('date_from',$date_from,array('class' => 'form-control', 'id' => 'date_from')) !!}
{!! Form::text('date_to',$date_to,array('class' => 'form-control', 'id' => 'date_to')) !!}
{!! Form::close() !!}