@if(session('msg_success'))
@endif
@if(session('msg_update'))
@endif
@if(session('msg_delete'))
@endif
{{ Form::open(['url' => 'memrecstatement', 'class' => 'form-horizontal', 'method' => 'post', 'files'=>true]) }}
{{ Form::label('to', 'TO', array('class' =>' col-sm-1 col-md-1 col-lg-1')) }}
{{ Form::close() }}
@if(isset($rec_stat))
@if(count($rec_stat)<=0)
@else
{{ Form::submit('OK', array('class' => 'btn btn-success btn-sm')) }}