{{ Form::text('date', null, array('name' => 'from', 'type' => 'text', 'data-date-format' => "dd/mm/yyyy", 'class' => 'form-control datepicker','placeholder' => 'From Date', 'id' => 'from')) }}
{{ Form::text('date', null, array('name' => 'to', 'type' => 'text', 'data-date-format' => "dd/mm/yyyy", 'class' => 'form-control datepicker','placeholder' => 'To Date', 'id' => 'to')) }}