@if (!config($k = 'view.modal.is_confirmation_modal_include', false) && (config([$k => true]) || 1)) @component('components.utility.template_popup', ['id' => 'modal_confirmation', 'custom_dialog_class' => 'modal-sm']) @slot('slot_header') @if ($slot_header ?? null) {{ $slot_header }} @else @endif @endslot @slot('slot') @if ($slot_body_info ?? null) {{ $slot_body_info }} @else