@extends('layouts.master') @section('title', 'Modernize Bootstrap Admin') @section('pageContent') @include('layouts.breadcrumb', ['title' => 'Tooltips', 'subtitle' => 'Home'])

Tooltips Position

Just put this to any tag data-bs-toggle="tooltip" title="Default tooltip"

Popover Directions

Just put this to any tag data-container="body" title="Popover title" data-bs-toggle="popover" data-bs-placement="top" data-content="..."

Popover Dismiss on next click
Dismissible popover
Disabled elements
@endsection @section('scripts') @endsection