@extends('layouts.master-worker') @section('title') Progress | @parent @stop @section('styles') {{ HTML::style('css/shared/jquery.circliful.css') }} {{ HTML::style('css/worker/progress.css') }} @stop @section('content')

PROGRESS

@stop @section('scripts') {{ HTML::script('js/shared/mustache-2.0.js') }} {{ HTML::script('js/shared/jquery.circliful.min.js') }} {{ HTML::script('js/worker/progress.js') }} @stop