@extends('layouts.master') @section('title') Colors @endsection @section('body') @endsection @section('content') @component('components.breadcrumb') @slot('page_title') Colors @endslot @slot('subtitle') UI Elements @endslot @endcomponent
#626ed4
Primary
#02a499
Success
#38a4f8
Info
#f8b425
Warning
#ec4561
Danger
#343a40
Dark
#e9ecef
Secondary
@endsection @section('scripts') @endsection