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