2024-08-29 03:56:32 +00:00
< div class = " modal fade " id = " { { $id } } " tabindex = " -1 " role = " dialog " aria - labelledby = " exampleModalLabel " data - backdrop = " static " aria - labelledby = " staticBackdrop " aria - hidden = " true " style = " overflow: auto !important; " >
< div class = " modal-dialog modal-dialog-centered modal- { { $size } } " role = " document " >
< div class = " modal-content " >
< div id = " znModalLoader " class = " " >
< div class = " card card-custom bgi-no-repeat card-stretch gutter-b m-0 pb-0 "
style = " background-size: cover; background-image: url( { { asset('assets/media/bg/pat13.jpg') }}) " >
< div class = " card-body " >
< button type = " button " id = " { { $id } }_btnClose " class = " close " data - dismiss = " modal " aria - label = " Close " >
< i aria - hidden = " true " class = " ki ki-close text-dark " ></ i >
</ button >
< a href = " # " id = " { { $id } }_title " class = " card-title font-weight-bold text-dark-75 text-hover-primary font-size-h5 " > {{ $title }} </ a >
< div id = " { { $id } }_subTitle " class = " font-weight-bold text-dark-75 mt-1 mb-8 " > {{ $subTitle }} </ div >
2024-08-29 06:34:58 +00:00
{{ --< div class = " d-flex flex-row align-items-center justify-content-between " >
2024-08-29 03:56:32 +00:00
< p id = " { { $id } }_info " class = " text-dark-75 font-weight-bolder font-size-h5 m-0 " > {{ $info }} </ p >
@ if ( $action != '' )
< div id = " { { $id } }_action_head " class = " text-right py-3 zn-bg-klt " >
{{ $action }}
</ div >
@ endif
2024-08-29 06:34:58 +00:00
</ div >-- }}
2024-08-29 03:56:32 +00:00
@ if ( $separator == 'true' )
< div class = " separator separator-dashed separator-border-2 mb-5 " ></ div >
@ endif
{{ $content }}
</ div >
@ if ( $action != '' )
< div id = " { { $id } }_action " class = " card-footer text-right py-3 zn-bg-klt " >
{{ $action }}
</ div >
@ endif
</ div >
< div class = " overlay-layer bg-success-o-20 " >
{{ -- < div class = " spinner spinner-lg spinner-success " ></ div > -- }}
</ div >
</ div >
</ div >
</ div >
</ div >