JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "4e615c0ec2841282e29adb608793e4de.php"

Full Path: /home2/yvrgircc/public_html/ariseskilltech.com/storage/framework/views/4e615c0ec2841282e29adb608793e4de.php
File size: 917 bytes
MIME-type: text/plain
Charset: utf-8

<form action="<?php echo e(route('admin.page.store')); ?>" method="post" enctype="multipart/form-data">
    <?php echo csrf_field(); ?>

    <div class="row">
        <div class="col-12">
            <div class="mb-3">
                <label for="name" class="form-label ol-form-label"><?php echo e(get_phrase('Page name')); ?></label>
                <input type="text" name="name" class="form-control ol-form-control" id="name" placeholder="<?php echo e(get_phrase('Enter your page name')); ?>"
                    aria-label="<?php echo e(get_phrase('Enter your page name')); ?>" required />
            </div>

            <div class="mb-2">
                <button type="submit" class="btn ol-btn-primary"><?php echo e(get_phrase('Submit')); ?></button>
            </div>
        </div>
    </div>
</form><?php /**PATH C:\xampp\htdocs\Arise\resources\views/admin/page_builder/page_create.blade.php ENDPATH**/ ?>