@extends('layouts.master') @section('title')Unikit @endsection @section('css') @endsection @section('body-start') @endsection @section('content') @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') Advanced UI @endslot @slot('title') Highlight @endslot @endcomponent @endsection

HTML Highlight

It will automatically be pretty-printed.

                                    

Clipboard Examples of Textarea

Textarea example of clipboard

Css Highlight

It will automatically be pretty-printed.

                                    .example {
                                    font-family: Georgia, Times, serif;
                                    color: #555;
                                    text-align: center;
                                    }
                                
@endsection @section('script') @endsection @section('body-end') @endsection