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