@extends('layouts.vertical', ['title' => 'Light Menu']) @section('html_attribute') data-menu-color="light" @endsection @section('content')
@include('layouts.partials/page-title', ['title' => 'Light Menu'])
To switch to a light sidebar, add data-menu-color="light" to the <html> tag in your layout.
@endsection @section('scripts') @endsection