@extends('layouts.master') @section('title', 'Metrica - Admin & Dashboard Template') @section('headerStyle') @stop @section('content')
@component('common-components.breadcrumb') @slot('title') Highlight @endslot @slot('item1') Metrica @endslot @slot('item2') UI Kit @endslot @endcomponent

HTML Highlight

Prism is a lightweight, extensible syntax highlighter, built with modern web standards in mind.


<html>
<!-- this is a comment -->
    <head>
        <title>HTML Example</title>
    </head>
    <body>
        The indentation tries to be <em>somewhat &quot;do what
        I mean&quot;</em>... but might not match your style.
    </body>
</html>
                                    

Css Highlight

Prism is a lightweight, extensible syntax highlighter, built with modern web standards in mind.


.example {
    font-family: Georgia, Times, serif;
    color: #555;
    text-align: center;
}

@stop @section('footerScript') @stop