@extends('layouts/contentLayoutMaster') @section('title', 'Modal') @section('content') {{-- Basic Modals start --}}

Basic Modal

Toggle a modal via JavaScript by clicking the button above.

{{-- Button trigger modal --}} {{-- Modal --}}

Vertically Centered

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

{{-- Modal --}}

Disabled Backdrop

You can disable the backdrop by using data-backdrop="false"

{{-- Button trigger modal --}} {{-- Modal --}}

Disabled Animation

For modals that simply appear rather than fade in to view, remove the .fade class from your modal markup.

{{-- Button trigger modal --}} {{-- Modal --}}
{{-- Basic Modals end --}} {{-- Modal Themes start --}} {{-- Modal Themes end --}} {{-- Modal Sizes start --}} {{-- Modal Sizes end --}} {{-- Modal Events start --}} {{-- Modal Events end --}} {{-- Form and scrolling Components start --}}

Form Components

Login Form

Created Simple Login Form.

{{-- Button trigger modal --}} {{-- Modal --}}

Scrolling long Content

If your content is longer you the page will autmatically adopt a scrollbar

{{-- Button trigger modal --}} {{-- Modal --}}

Scrolling long Content Inside Modal

You can also create a scrollable modal that allows scroll the modal body by adding .modal-dialog-scrollable to .modal-dialog.

{{-- Button trigger modal --}} {{-- Modal --}}
{{-- Form and scrolling Components end --}} @endsection @section('page-script') @endsection