<?php $__env->startSection('content'); ?>
	<div class="new_row">
		<div class="column-15 push-left-4 top_space_tutors">
    		<div class="large_top_icon_tutors">
        		<div class="large_top_text noicon_test_title">SSAT</div>
    		</div>
		</div>
		<div class="new_row row-fixed">
		    <div class="column-20">
		        <img src="<?php echo e(URL::asset('images/girl2.jpg')); ?>" alt="">
		    </div>
		</div>

		<div class="push_underlayer1">

			<div class="new_row row-space"></div>
			<div class="new_row row-space"></div>
			<div class="new_row">
			    <div class="column-20">
			        <div class="new_row">
				        <div class="column-20 empty-1-lr" style="padding-bottom: 4vw;">
					        <div class="title1" style="text-align: left; height: 6vw;">
					            <p style="margin-bottom: 0;">SSAT programs</p>
					        </div>
					    	<div class="program-tables">
						        <table>
						            <tr>
						                <th style="width: 15vw;">Start date</th>
						                <th style="width: 15vw;">Prep for exam</th>
						                <th style="width: 30vw;">Meets on</th>
						                <th style="width: 22vw;">Location</th>
						                <th style="width: 7vw; text-align: center;">Instructor</th>
						                <th style="width: 3vw;">Enrollment</th>
						                <th style="width: 8vw;"></th>
						            </tr>
						            
						           
						            <tr>
						               
						            </tr>
						        
						        </table>
				        		<?php if(count($data) == 0) echo '<p class="schedule-table-title">No current programs are available.</p>';?>
						        <div id="programModal">
						            
						        </div>
			    			</div>
			            </div>
	        		</div>
	    		</div>
			</div>
        </div>



    <?php echo $__env->make('partials.findtutorprogram', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<script>
    $('.row-fixed-content').addClass('tutors-top-content');
</script>
<?php echo $__env->make('partials.programModal', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>