@extends('layouts.vertical', ['title' => 'On Hover Menu']) @section('html_attribute') data-sidenav-size="on-hover-active" @endsection @section('content')
@include('layouts.partials/page-title', ['title' => 'On Hover Active'])
To enable the full menu on hover after minimizing the sidebar, add data-sidenav-size="on-hover-active" to the <html> tag in your layout.
@endsection @section('scripts') @endsection