
<?php $__env->startSection('content'); ?>
    <div class="row">
        <div class="large-12 columns">
            <div class="row">
                <div class="small-12 medium-12 large-12 columns">
                    <h4>Patient Data Upload and Download page</h4>
                </div>
            </div>

            <div class="row">
                <div class="small-12 medium-12 large-12 columns">
                    <!-- <p>This screen will let you download data from patients for you to upload through SAW accounts. Also will let you upload the data and identify baseline information </p> -->
                    <p>If you want to upload or download data from patients, please send an email to <a href="mailto:maomalley@ucdavis.edu">maomalley@ucdavis.edu</a> 
                    </p>
                    <p>If you want to set a record as a baseline you can do so by setting the baseline cell as 1 instead of 0 that will let the system know the results should be treated as baseline</p>
                    <p><strong>Note: </strong><span style="color:red">The review data option might take a few minutes depending on how many records you have to review</span></p>
                </div>
            </div>
            <div class="row">
                <!-- div class="small-12 medium-6 large-6 columns">
                    <a href="<?php echo e(URL::to('dpr/create')); ?>" class="button expand">Download data</a>
                </div -->
                <div class="small-12 medium-6 large-6 end columns">
                    <a href="<?php echo e(URL::to('patient-data/review')); ?>" class="button expand">Review data</a>
                </div>

            </div>
        </div>
    </div>

  <!-- Se deshabiltó la opción de upload   -->
     <!--  <div class="row">
        <div class="small-12 medium-12 large-12  columns">
            <h3>Data upload</h3> 
            <form action="<?php echo e(URL::to('patient-data/upload')); ?>" method="post" enctype="multipart/form-data" data-abide>   
            <?php echo Form::label('file','File',array('id'=>'')); ?>
            <?php echo Form::file('file','',array('id'=>'')); ?>
              <br/>
              <div class="row">
                <div class="small-6 medium-3 large-3 columns">
                  <button class="expand">Save</button>
                </div>
                <div class="small-6 medium-3 large-3 end columns">
                  <a href="<?php echo e(URL::to('patients')); ?>" class="button expand">Cancel</a>
                </div>
              </div>
            </form>
        </div>
    </div> -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>