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

File "cc06b1f958309d05bc12a3d4caafc72f.php"

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

<form action="<?php echo e(route('admin.blog.category.store')); ?>" method="post"><?php echo csrf_field(); ?>
    <div class="fpb7 mb-2">
        <label class="form-label ol-form-label" for="title"><?php echo e(get_phrase('Title')); ?></label>
        <input class="form-control ol-form-control" type="text" id="title" name="title" required>
    </div>
    <div class="fpb7 mb-2">
        <label class="form-label ol-form-label" for="subtitle">
            <?php echo e(get_phrase('Subtitle')); ?> <small class="text-muted"><?php echo e(get_phrase('(80  Character)')); ?></small>
        </label>
        <textarea class="form-control ol-form-control" rows="3" name="subtitle" id="subtitle" maxlength="80"></textarea>
    </div>

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