<?php echo $__env->make('patients.layouts.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> 
<main class="flex-grow-1">
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>CKEditor Paste Image Example</title>
    <script src="https://cdn.ckeditor.com/4.21.0/full/ckeditor.js"></script>
    <style>
        #editor {
            width: 80%;
            height: 800px;
            margin: 20px auto; 
        }
    </style>
</head>
<body>
    <h1>All Tests</h1>

    <textarea name="editor" id="editor"></textarea>

    <script>
        // Initialize CKEditor
        CKEDITOR.replace('editor', {
            extraPlugins: 'image,clipboard', // Ensure the image and clipboard plugins are enabled
            removePlugins: 'image', // Remove unnecessary image plugin if needed
           // filebrowserUploadUrl: '/uploader/upload.php', // Optional: for server-side uploads
            filebrowserUploadMethod: 'form' 
        });

       
    </script>
</body>
</html>

</main>



<?php /**PATH /var/www/html/resources/views/patients/tests.blade.php ENDPATH**/ ?>