@extends('admin/layouts/default') {{-- Page title --}} @section('title') Advanced Modals | Brainstair Admin Temmplate @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Advanced Modals

Advanced customized Modals

Fade and Slide effects

Simple modal with title and footer


Flip and Rotate effects

You can customize the size of your modal. Just add the class modal-lg .

Other effects

For fullwidth modal, add the class modal-full .


Color variation

Like in a normal page, you can add class to make your modal responsive, col-md-4 for example.

Extended Modals

Responsive View Demo
Stackable View Demo
Ajax View Demo
Static Background with Animation View Demo
Full Width View Demo
Long Modals View Demo
@stop {{-- page level scripts --}} @section('footer_scripts') @stop