{Ninja-Shell}
Home
Info
Upload
Command
View /etc/passwd
cPanel Reset Password
Filename: /var/www///arsu_theme/storage/framework/views//534a65e7d2276ad6405759eec610c264.php
<div class="<?php echo \Illuminate\Support\Arr::toCssClasses(['col-12', 'col-md-8' => $showAvgRating]); ?>"> <h4><?php echo e(__('Add your review')); ?></h4> <?php if(isset($checkReview) && ! $checkReview['error']): ?> <p> <?php echo e(__('Your email address will not be published. Required fields are marked *')); ?> <span class="required"></span> </p> <?php endif; ?> <?php if(auth()->guard('customer')->guest()): ?> <p class="text-danger"> <?php echo BaseHelper::clean( __('Please <a href=":link">login</a> to write review!', ['link' => route('customer.login')]), ); ?> </p> <?php endif; ?> <?php if(isset($checkReview) && $checkReview['error']): ?> <p class="text-warning"><?php echo e($checkReview['message']); ?></p> <?php else: ?> <?php if (isset($component)) { $__componentOriginald83dae5750a07af1a413e54a0071b325 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginald83dae5750a07af1a413e54a0071b325 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'a74ad8dfacd4f985eb3977517615ce25::form.index','data' => ['url' => route('public.reviews.create'),'method' => 'post','files' => true]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('core::form'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['url' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(route('public.reviews.create')),'method' => 'post','files' => true]); ?> <input type="hidden" name="product_id" value="<?php echo e($product->id); ?>"> <div class="d-flex align-items-center mb-3"> <label class="form-label mb-0 required" for="rating"><?php echo e(__('Your rating:')); ?></label> <div class="form-rating-stars ms-2"> <?php for($i = 5; $i >= 1; $i--): ?> <input class="btn-check" id="rating-star-<?php echo e($i); ?>" name="star" type="radio" value="<?php echo e($i); ?>" <?php if($i === 5): echo 'checked'; endif; ?> > <label for="rating-star-<?php echo e($i); ?>" title="<?php echo e($i); ?> stars"> <?php if (isset($component)) { $__componentOriginal73995948b3bd877b76251b40caf28170 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal73995948b3bd877b76251b40caf28170 = $attributes; } ?> <?php $component = Botble\Icon\View\Components\Icon::resolve(['name' => 'ti ti-star-filled'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('core::icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Botble\Icon\View\Components\Icon::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal73995948b3bd877b76251b40caf28170)): ?> <?php $attributes = $__attributesOriginal73995948b3bd877b76251b40caf28170; ?> <?php unset($__attributesOriginal73995948b3bd877b76251b40caf28170); ?> <?php endif; ?> <?php if (isset($__componentOriginal73995948b3bd877b76251b40caf28170)): ?> <?php $component = $__componentOriginal73995948b3bd877b76251b40caf28170; ?> <?php unset($__componentOriginal73995948b3bd877b76251b40caf28170); ?> <?php endif; ?> </label> <?php endfor; ?> </div> </div> <div class="mb-3"> <label for="comment" class="form-label required"> <?php echo e(__('Review')); ?>: </label> <textarea class="form-control" name="comment" required rows="8" placeholder="<?php echo e(__('Write your review')); ?>" <?php if(! auth('customer')->check()): echo 'disabled'; endif; ?> ></textarea> </div> <script type="text/x-custom-template" id="review-image-template"> <span class="image-viewer__item" data-id="__id__"> <img src="<?php echo e(RvMedia::getDefaultImage()); ?>" alt="Preview" class="img-responsive d-block"> <span class="image-viewer__icon-remove"> <?php if (isset($component)) { $__componentOriginal73995948b3bd877b76251b40caf28170 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal73995948b3bd877b76251b40caf28170 = $attributes; } ?> <?php $component = Botble\Icon\View\Components\Icon::resolve(['name' => 'ti ti-x'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('core::icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Botble\Icon\View\Components\Icon::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal73995948b3bd877b76251b40caf28170)): ?> <?php $attributes = $__attributesOriginal73995948b3bd877b76251b40caf28170; ?> <?php unset($__attributesOriginal73995948b3bd877b76251b40caf28170); ?> <?php endif; ?> <?php if (isset($__componentOriginal73995948b3bd877b76251b40caf28170)): ?> <?php $component = $__componentOriginal73995948b3bd877b76251b40caf28170; ?> <?php unset($__componentOriginal73995948b3bd877b76251b40caf28170); ?> <?php endif; ?> </span> </span> </script> <div class="image-upload__viewer d-flex"> <div class="image-viewer__list position-relative"> <div class="image-upload__uploader-container"> <div class="d-table"> <div class="image-upload__uploader"> <?php if (isset($component)) { $__componentOriginal73995948b3bd877b76251b40caf28170 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal73995948b3bd877b76251b40caf28170 = $attributes; } ?> <?php $component = Botble\Icon\View\Components\Icon::resolve(['name' => 'ti ti-photo'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('core::icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Botble\Icon\View\Components\Icon::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal73995948b3bd877b76251b40caf28170)): ?> <?php $attributes = $__attributesOriginal73995948b3bd877b76251b40caf28170; ?> <?php unset($__attributesOriginal73995948b3bd877b76251b40caf28170); ?> <?php endif; ?> <?php if (isset($__componentOriginal73995948b3bd877b76251b40caf28170)): ?> <?php $component = $__componentOriginal73995948b3bd877b76251b40caf28170; ?> <?php unset($__componentOriginal73995948b3bd877b76251b40caf28170); ?> <?php endif; ?> <div class="image-upload__text"><?php echo e(__('Upload photos')); ?></div> <input class="image-upload__file-input" name="images[]" data-max-files="<?php echo e(EcommerceHelper::reviewMaxFileNumber()); ?>" data-max-size="<?php echo e(EcommerceHelper::reviewMaxFileSize(true)); ?>" data-max-size-message="<?php echo e(trans('validation.max.file', ['attribute' => '__attribute__', 'max' => '__max__'])); ?>" type="file" accept="image/png,image/jpeg,image/jpg" multiple="multiple" > </div> </div> </div> </div> </div> <div role="alert" class="image-upload-info alert alert-info p-2"> <div class="small d-flex align-items-center gap-1"> <?php if (isset($component)) { $__componentOriginal73995948b3bd877b76251b40caf28170 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal73995948b3bd877b76251b40caf28170 = $attributes; } ?> <?php $component = Botble\Icon\View\Components\Icon::resolve(['name' => 'ti ti-info-circle'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('core::icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Botble\Icon\View\Components\Icon::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal73995948b3bd877b76251b40caf28170)): ?> <?php $attributes = $__attributesOriginal73995948b3bd877b76251b40caf28170; ?> <?php unset($__attributesOriginal73995948b3bd877b76251b40caf28170); ?> <?php endif; ?> <?php if (isset($__componentOriginal73995948b3bd877b76251b40caf28170)): ?> <?php $component = $__componentOriginal73995948b3bd877b76251b40caf28170; ?> <?php unset($__componentOriginal73995948b3bd877b76251b40caf28170); ?> <?php endif; ?> <?php echo e(__('You can upload up to :total photos, each photo maximum size is :max kilobytes.', [ 'total' => EcommerceHelper::reviewMaxFileNumber(), 'max' => EcommerceHelper::reviewMaxFileSize(true), ])); ?> </div> </div> <button type="submit" class="<?php echo \Illuminate\Support\Arr::toCssClasses([ $reviewButtonClass ?? 'btn btn-primary', 'disabled' => ! auth('customer')->check(), ]); ?>" <?php if(! auth('customer')->check()): echo 'disabled'; endif; ?> > <?php echo e(__('Submit')); ?> </button> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginald83dae5750a07af1a413e54a0071b325)): ?> <?php $attributes = $__attributesOriginald83dae5750a07af1a413e54a0071b325; ?> <?php unset($__attributesOriginald83dae5750a07af1a413e54a0071b325); ?> <?php endif; ?> <?php if (isset($__componentOriginald83dae5750a07af1a413e54a0071b325)): ?> <?php $component = $__componentOriginald83dae5750a07af1a413e54a0071b325; ?> <?php unset($__componentOriginald83dae5750a07af1a413e54a0071b325); ?> <?php endif; ?> <?php endif; ?> </div> <?php /**PATH /var/www/arsu/platform/plugins/ecommerce/resources/views/themes/includes/review-form.blade.php ENDPATH**/ ?>
./Ninja\.