# BootBox
Bootbox.js is a small JavaScript library which allows you to create programmatic dialog boxes using Bootstrap modals, without having to worry about creating, managing, or removing any of the required DOM elements or JavaScript event handlers.
# Usage
Bootbox is loaded by default, you don't have to call any loader.
@push('js']
<script>
bootbox.alert('Example')
</script>
@endpush