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