close.blade.php 263 Bytes
<button type="button" class="px-3 py-1 text-sm font-medium leading-5 transition-colors duration-150 bg-white border border-transparent rounded-md border-gray-300"
        onclick="$.fancybox.close();">
    {{ $adm_modal_btn_title ?? 'Закрыть' }}
</button>