@extends('layouts.vertical', ['title' => 'Dark Topbar']) @section('html_attribute') data-topbar-color="dark" data-menu-color="light" @endsection @section('content')
@include('layouts.partials/page-title', ['title' => 'Dark Topbar'])
To enable the dark topbar, add data-topbar-color="dark" to the <html> tag in your layout.
@endsection @section('scripts') @endsection