@once($id ?? 'modal_delete_confirmation')
@component('components.utility.template_popup', ['id' => $id ?? 'modal_delete_confirmation', 'custom_dialog_class' => 'modal-sm'])
@slot('slot_header')
@endslot
@slot('slot')
{{ __('label.msg_delete_confirmation') }}
{!! $slot_body_info !!}
@endslot
@slot('slot_footer')
@endslot
@endcomponent
@endonce