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