@extends('layouts.default') {{-- Page title --}} @section('title') Modals @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Modals

Basic Modal

Toggle a working modal demo by clicking the button below. It will slide down and fade in from the top of the page.

Scrolling Long Modal

When modals become too long for the user’s viewport or device, they scroll independent of the page itself.

Vertically Centered Modal

Add .modal-dialog-centered to .modal-dialog to vertically center the modal.

Vertically Long Modal

When modals become too long for the user’s viewport or device, they scroll independent of the page itself.

@stop @section('footer_scripts') @stop