@extends('layouts.contentLayoutMaster') {{-- title--}} @section('title','Progress') @section('content')

Progress Default

Use class .progress-bar-{color-name} to add different colors to progressbar.

Labeled Progress

Use class progress-label. to add label.

Striped Progress

Add .progress-bar-striped to any .progress-bar to apply a stripe via CSS gradient over the progress bar’s background color.

Animated Progress

To get progressbar with animated effect, add .progress-bar-animated with .progress-bar class.

Progress Sizes

For Default progress, No size class needed. you can use class .progress-sm with .progress to change size of your progress bar.

@endsection