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