<?php $__env->startSection('page_title'); ?>
    OSAA - Team Resource
<?php $__env->stopSection(); ?>

<?php $__env->startSection('page_sub_title'); ?>    
   OSAA Team Resource
<?php $__env->stopSection(); ?>

<?php $__env->startSection('scripts'); ?>
    @parent


<?php $__env->stopSection(); ?>

<?php $__env->startSection('jquery_init'); ?>

<?php $__env->stopSection(); ?>


<?php /*  Main page content does in this section  */ ?>
<?php $__env->startSection('main_content'); ?>    
    
    



<?php $__env->stopSection(); ?>