<?php $__env->startSection('title'); ?>
  Progress | @parent
<?php $__env->stopSection(); ?>

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

  <?php echo HTML::style('css/shared/jquery.circliful.css'); ?>

  <?php echo HTML::style('css/worker/progress.css'); ?>

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

<?php $__env->startSection('content'); ?>
	<div class="content-top-photo">
		<!-- PROGRESS CIRCLE -->
		<div id="myStat" data-dimension="200" data-percent="55" data-bordersize="4" data-part="55" data-text="55%" data-fontsize="30" data-width="30"  data-fgcolor="#00e5c6" data-bgcolor="#ddd" data-fill="#f7f7f7" data-total="100"></div>
	</div>
	<div class="container content-area-white">
		<p class="content-top-heading">PROGRESS</p>
		<div class="alert alert-info" role="alert" id="error-message">

		</div>
		<ul id="worker-progress-list">
			<h3>Loading...</h3>
		</ul>
	</div>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('scripts'); ?>
 <?php echo HTML::script('js/shared/mustache-2.0.js'); ?>

 <?php echo HTML::script('js/shared/jquery.circliful.min.js'); ?>

 <?php echo HTML::script('js/worker/progress.js'); ?>

<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master-worker', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>