JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "438a45203709275406b03b92d9bfbbf6.php"
Full Path: /home2/yvrgircc/public_html/ariseskilltech.com/storage/framework/views/438a45203709275406b03b92d9bfbbf6.php
File size: 3.46 KB
MIME-type: text/html
Charset: utf-8
<form action="<?php echo e(route('admin.category.store')); ?>" method="post" enctype="multipart/form-data">
<?php echo csrf_field(); ?>
<input type="hidden" name="parent_id" value="<?php echo e($parent_id); ?>">
<div class="row">
<div class="col-12">
<div class="mb-3">
<label for="category_name" class="form-label ol-form-label"><?php echo e(get_phrase('Category Name')); ?></label>
<input type="text" name="title" class="form-control ol-form-control" id="category_name" placeholder="<?php echo e(get_phrase('Enter your category name')); ?>"
aria-label="<?php echo e(get_phrase('Enter your unique category name')); ?>" required />
</div>
<div class="mb-3">
<label for="icon-picker" class="form-label ol-form-label"><?php echo e(get_phrase('Pick Your Icon')); ?></label>
<input type="text" name="icon" class="form-control ol-form-control icon-picker" id="icon-picker" placeholder="<?php echo e(get_phrase('Pick your category icon')); ?>"
aria-label="<?php echo e(get_phrase('Pick your category icon')); ?>" autocomplete="false" required />
</div>
<div class="mb-3">
<label for="Keywords" class="form-label ol-form-label"><?php echo e(get_phrase('Keywords')); ?> <small class="text-muted">(<?php echo e(get_phrase('optional')); ?>)</small></label>
<input type="text" name="keywords" class="form-control ol-form-control" id="Keywords" placeholder="<?php echo e(get_phrase('Enter your Keywords')); ?>"
aria-label="<?php echo e(get_phrase('Enter your Keywords')); ?>" />
</div>
<div class="mb-3">
<label for="description" class="form-label ol-form-label"><?php echo e(get_phrase('Category Description')); ?> <small
class="text-muted">(<?php echo e(get_phrase('optional')); ?>)</small></label>
<textarea name="description" rows="4" class="form-control ol-form-control" id="description" placeholder="<?php echo e(get_phrase('Enter your description')); ?>"
aria-label="<?php echo e(get_phrase('Enter your description')); ?>"></textarea>
</div>
<div class="mb-3">
<label for="thumbnail" class="form-label ol-form-label"><?php echo e(get_phrase('Thumbnail')); ?> <small class="text-muted">(<?php echo e(get_phrase('optional')); ?>)</small></label>
<input type="file" name="thumbnail" class="form-control ol-form-control" id="thumbnail" accept="image/*" />
</div>
<div class="mb-3">
<label for="category_logo" class="form-label ol-form-label"><?php echo e(get_phrase('Category logo')); ?> <small class="text-muted">(<?php echo e(get_phrase('optional')); ?>)</small></label>
<input type="file" name="category_logo" class="form-control ol-form-control" id="category_logo" accept="image/*" />
</div>
<div class="mb-2">
<button class="btn ol-btn-primary"><?php echo e(get_phrase('Submit')); ?></button>
</div>
</div>
</div>
</form>
<script type="text/javascript">
"use strict";
$(function() {
if ($('.icon-picker').length) {
$('.icon-picker').iconpicker();
}
});
</script>
<?php /**PATH /home2/yvrgircc/public_html/ariseskilltech.com/resources/views/admin/category/create.blade.php ENDPATH**/ ?>