@extends('layouts.master') @section('styles') @endsection @section('content')
Modal Animation Effects

Modal Sizes & Types

Add .modal-sm or .modal-lg or .modal-xl to modal-dialog to increase and decrease the modal box sizes.

Select2 Modal
Success Alert Messages
Warning Alert Messages
@endsection @section('scripts') @vite('resources/assets/js/select2.js') @vite('resources/assets/js/modal.js') @endsection