@extends('layouts.master-client') @section('title') Progress | @parent @stop @section('styles') {{ HTML::style('css/shared/jquery.circliful.css') }} {{ HTML::style('css/worker/progress.css') }} {{ HTML::style('css/client/worker/progress-show.css') }} @stop @section('content')
NEEDS TO HAVE PARAMETER OR SOMETHING TO SAY WHICH WORKER IT IS

John Smith

Male | Born 14 March 1980

More information about the person goes here.

WorkerFirstName WorkerLastName PROGRESS

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