/
var
/
www
/
html
/
gnet_live
/
storage
/
framework
/
views
/
Upload File
HOME
<div class="form-group"> <label for="article_category_id">Article Category: <span class="inline-color-red">*</span></label> <select name="article_category_id" id="article_category_id"> <option value="">Select Article Category</option> <?php $__currentLoopData = $articleCategory; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($category->id); ?>"><?php echo e($category->name); ?></option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> <div class="form-group"> <label for="name">Title:</label> <input class="form-input" type="text" id="title" name="title" required> </div> <div class="form-group"> <label for="description">Url:</label> <input class="form-input" type="text" id="url" name="url" required> </div> <div class="form-group"> <label for="author">Author:</label> <input class="form-input" type="text" id="author" name="author" required> </div> <div class="form-group"> <label for="tanggal">Date:</label> <input class="form-input" type="date" id="date" name="date" required> </div> <div class="form-group mb-2"> <label for="banner">Banner Image:</label> <input class="form-input" type="file" id="banner_image" name="banner_image" accept="image/*" required> <small class="text-primary">Max. Size 2 MB | 750 x 320</small> </div> <div class="form-group"> <label for="bannerLow">Banner Image Low:</label> <input class="form-input" type="file" id="banner_image_low" name="banner_image_low" accept="image/*"> <small class="text-primary">Max. Size 2 MB | 750 x 320</small> </div> <div class="form-group"> <label for="bannerMobile">Banner Image Mobile:</label> <input class="form-input" type="file" id="banner_image_mobile" name="banner_image_mobile" accept="image/*"> <small class="text-primary">Max. Size 2 MB | 750 x 320</small> </div> <div class="form-group"> <label for="bannerMobileLow">Banner Image Mobile Low:</label> <input class="form-input" type="file" id="banner_image_mobile" name="banner_image_mobile_low" accept="image/*"> <small class="text-primary">Max. Size 2 MB | 750 x 320</small> </div> <div class="form-group"> <label for="bannerMobileLow">Alt Text:</label> <input class="form-input" type="text" id="alt_alt" name="alt_text"> </div> <div class="form-group"> <label for="bannerMobileLow">Meta Title:</label> <input class="form-input" type="text" id="meta_title" name="meta_title" required> </div> <div class="form-group"> <label for="bannerMobileLow">Meta Description:</label> <input class="form-input" type="text" id="meta_description" name="meta_description" required> </div> <div class="form-group"> <label for="bannerMobileLow">Content:</label> <textarea class="form-input" name="content" id="content" required></textarea> </div> <div class="form-group"> <label for="bannerMobileLow">Keywords:</label> <input class="form-input" type="text" id="keywords" name="keywords" required> </div><?php /**PATH /var/www/html/gnet_live/resources/views/create/create-news.blade.php ENDPATH**/ ?>