@props([
'id' => generateId(6),
'pos' => 'end',
'title' => '',
'btnText' => 'Open Offcanvas',
'minWidth' => null,
'maxWidth' => null,
'width' => null,
'minHeight' => null,
'maxHeight' => null,
'height' => null,
'headerBg' => 'white',
'headerColor' => 'dark',
])
@php($btnAttributes = ['data-bs-toggle' => 'offcanvas', 'aria-controls' => $id, 'data-bs-target' => '#'.$id, 'role' => 'button'])
@isset($button)