@extends('layouts.vertical', ['title' => 'Offcanvas Menu']) @section('html_attribute') data-sidenav-size="offcanvas" @endsection @section('content')
@include('layouts.partials/page-title', ['title' => 'Offcanvas Menu'])
To enable the offcanvas menu, add data-sidenav-size="offcanvas" to the <html> tag.
@endsection @section('scripts') @endsection