@extends('common.modals.modal_base', [ 'class' => 'notification-modal', 'id' => $id ?? 'notification-modal' ]) @section('modal_content')
@if($showCloseButton ?? false) @include('common.modals.components.close_button') @endif
{{$text}}
@include('common.modals.components.buttons')
@overwrite