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