{{ Form::open(['route' => 'sms.view_sms_reports' , 'data-toggle' => 'validator']) }}
{{ Form::label('start_date', 'Date From') }}
{{ Form::text('start_date','',['class' => 'form-control compulsory', 'required','readonly','id'=>'start_date']) }}
{{ Form::label('end_date', 'Date To') }}
{{ Form::text('end_date','',['class' => 'form-control compulsory', 'required','readonly','id'=>'end_date']) }}
{{ Form::button('Search',['type'=>'submit','class'=>'btn btn-rounded btn-success waves-effect waves-light m-r-10']) }}