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

Basic Badges

Use the .badge class, followed by.badge-{colorName}class within element to create badge with different color options.

Primary
Secondary
Success
Info
Warning
Danger

Badges Light

Use the .badge-light-{colorName} class with .badge class to create badge with light colored background options.

Primary
Secondary
Success
Info
Warning
Danger

Badges With Icons

Primary
Secondary
Success
Danger
Info
Warning

Badges With Only Icons

Add .badge-icon with .badge to make badge with icon.

@endsection