@props([ 'id' => null, 'class' => null, 'title' => null, 'buttonLabel' => null, 'type' => 'info', 'size' => null, 'buttonClass' => null, 'buttonId' => null, 'header' => null, 'footer' => null, 'headerIcon' => null, 'options' => [], ])
$class]) tabindex="-1" role="dialog" aria-labelledby="{{ $id }}" aria-hidden="true" @if ($options) {!! Html::attributes(array_merge(['data-backdrop' => 'static', 'data-keyboard' => 'false'], $options)) !!} @else data-backdrop="static" data-keyboard="false" @endif>