@extends('layouts.vertical', ['title' => 'Modern Skin']) @section('html_attribute') data-skin="modern" @endsection @section('content')
@include('layouts.partials/page-title', ['title' => 'Modern Skin'])
Set data-skin="modern" in the <html> tag to use the Modern theme.
@endsection @section('scripts') @endsection