{{-- ===================================================== Etebarit - by Gisoo Web Solutions ------------------------------------------------------ Gisoo.net ------------------------------------------------------ Copyright (c) 2026 Gisoo Web Solutions ===================================================== This code is protected by copyright ===================================================== File: modal.blade.php ------------------------------------------------------ Use: Base modal shell. Every dialog in the project is built on this one so overlay, sizing, focus and escape handling stay identical everywhere. ===================================================== --}} @props([ 'show' => 'false', 'close' => null, ])