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