@extends('layouts.master-components') @section('title', 'Modal') @section('css') @endsection @section('css2') @endsection @section('bodyClass', 'component-page') @section('content') @include('layouts/loader') @include('layouts/component-header')
@include('layouts/component-menu-list')
Demo Modal
Scrolling Long Content
Vertically Centered
Tooltips Modal
Using the Grid
Optional Sizes
Toggle between modals
Openfirst modal
Full screen modal
Varying Modal Content
@endsection @section('scripts') @endsection