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