shell bypass 403

UnknownSec Shell


name : 7cb45042efc61928a5e6a2ce4e26ce48128c99d7.php
<div class="mt-35">
    <div class="course-reviews-box row align-items-center">
        <div class="col-3 text-center">
            <div class="reviews-rate font-36 font-weight-bold text-primary"><?php echo e($bundle->getRate()); ?></div>

            <div class="text-center">
                <?php echo $__env->make(getTemplate() . '.includes.webinar.rate',[
                    'rate' => round($bundle->getRate(),1),
                    'dontShowRate' => true,
                    'className' => 'justify-content-center mt-0'
                ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
                <div class="mt-15"><?php echo e($bundle->reviews->pluck('creator_id')->count()); ?>  <?php echo e(trans('product.reviews')); ?></div>
            </div>
        </div>

        <div class="col-9">
            <div class="d-flex align-items-center">
                <div class="progress course-progress rounded-sm">
                    <span class="progress-bar rounded-sm" style="width: <?php echo e($bundle->reviews->avg('content_quality') / 5 * 100); ?>%"></span>
                </div>
                <span class="ml-15 font-14 text-gray text-left"><?php echo e(trans('product.content_quality')); ?> (<?php echo e($bundle->reviews->count() > 0 ? round($bundle->reviews->avg('content_quality'), 1) : 0); ?>)</span>
            </div>

            <div class="mt-25 d-flex align-items-center">
                <div class="progress course-progress rounded-sm">
                    <span class="progress-bar rounded-sm" style="width: <?php echo e($bundle->reviews->avg('instructor_skills') / 5 * 100); ?>%"></span>
                </div>
                <span class="ml-15 font-14 text-gray text-left"><?php echo e(trans('product.instructor_skills')); ?> (<?php echo e($bundle->reviews->count() > 0 ? round($bundle->reviews->avg('instructor_skills'), 1) : 0); ?>)</span>
            </div>

            <div class="mt-25 d-flex align-items-center">
                <div class="progress course-progress rounded-sm">
                    <span class="progress-bar rounded-sm" style="width: <?php echo e($bundle->reviews->avg('purchase_worth') / 5 * 100); ?>%"></span>
                </div>
                <span class="ml-15 font-14 text-gray text-left"><?php echo e(trans('product.purchase_worth')); ?> (<?php echo e($bundle->reviews->count() > 0 ? round($bundle->reviews->avg('purchase_worth'), 1) : 0); ?>)</span>
            </div>

            <div class="mt-25 d-flex align-items-center">
                <div class="progress course-progress rounded-sm">
                    <span class="progress-bar rounded-sm" style="width: <?php echo e($bundle->reviews->avg('support_quality') / 5 * 100); ?>%"></span>
                </div>
                <span class="ml-15 font-14 text-gray text-left"><?php echo e(trans('product.support_quality')); ?> (<?php echo e($bundle->reviews->count() > 0 ? round($bundle->reviews->avg('support_quality'), 1) : 0); ?>)</span>
            </div>

        </div>
    </div>
</div>

<section class="mt-40">
    <h2 class="section-title after-line"><?php echo e(trans('product.reviews')); ?> (<?php echo e($bundle->reviews->pluck('creator_id')->count()); ?>)</h2>

    <form action="/bundles/reviews/store" class="mt-20" method="post">
        <?php echo e(csrf_field()); ?>

        <input type="hidden" name="bundle_id" value="<?php echo e($bundle->id); ?>"/>

        <div class="form-group">
            <textarea name="description" class="form-control" rows="10"></textarea>
        </div>

        <div class="reviews-stars row align-items-center">

            <div class="col-6 col-md-3 d-flex flex-column align-items-center justify-content-center barrating-stars">
                <span class="font-14 text-gray"><?php echo e(trans('product.content_quality')); ?></span>
                <select name="content_quality" data-rate="1">
                    <option value="1">1</option>
                    <option value="2">2</option>
                    <option value="3">3</option>
                    <option value="4">4</option>
                    <option value="5">5</option>
                </select>
            </div>

            <div class="col-6 col-md-3 d-flex flex-column align-items-center justify-content-center barrating-stars">
                <span class="font-14 text-gray"><?php echo e(trans('product.instructor_skills')); ?></span>
                <select name="instructor_skills" data-rate="1">
                    <option value="1">1</option>
                    <option value="2">2</option>
                    <option value="3">3</option>
                    <option value="4">4</option>
                    <option value="5">5</option>
                </select>
            </div>

            <div class="col-6 col-md-3 d-flex flex-column align-items-center justify-content-center barrating-stars">
                <span class="font-14 text-gray"><?php echo e(trans('product.purchase_worth')); ?></span>
                <select name="purchase_worth" data-rate="1">
                    <option value="1">1</option>
                    <option value="2">2</option>
                    <option value="3">3</option>
                    <option value="4">4</option>
                    <option value="5">5</option>
                </select>
            </div>

            <div class="col-6 col-md-3 d-flex flex-column align-items-center justify-content-center barrating-stars">
                <span class="font-14 text-gray"><?php echo e(trans('product.support_quality')); ?></span>
                <select name="support_quality" data-rate="1">
                    <option value="1">1</option>
                    <option value="2">2</option>
                    <option value="3">3</option>
                    <option value="4">4</option>
                    <option value="5">5</option>
                </select>
            </div>
        </div>

        <button type="submit" class="btn btn-sm btn-primary mt-20"><?php echo e(trans('product.post_review')); ?></button>
    </form>

    <div class="mt-45">
        <?php if($bundle->reviews->count() > 0): ?>
            <?php $__currentLoopData = $bundle->reviews; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $review): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>

                <div class="comments-card shadow-lg rounded-sm border px-20 py-15 mt-30" data-address="/bundles/reviews/store-reply-comment" data-csrf="<?php echo e(csrf_token()); ?>" data-id="<?php echo e($review->id); ?>">
                    <div class="d-flex align-items-center justify-content-between">
                        <div class="user-inline-avatar d-flex align-items-center mt-10">
                            <div class="avatar bg-gray200">
                                <img src="<?php echo e($review->creator->getAvatar()); ?>" class="img-cover" alt="">
                            </div>
                            <div class="d-flex flex-column ml-5">
                                <span class="font-weight-500 text-secondary"><?php echo e($review->creator->full_name); ?></span>

                                <?php echo $__env->make(getTemplate() . '.includes.webinar.rate',[
                                        'rate' => $review->rates,
                                        'dontShowRate' => true,
                                        'className' => 'justify-content-start mt-0'
                                    ], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
                            </div>
                        </div>

                        <div class="d-flex align-items-center">
                            <span class="font-12 text-gray mr-10"><?php echo e(dateTimeFormat($review->created_at, 'j M Y | H:i')); ?></span>

                            <div class="btn-group dropdown table-actions">
                                <button type="button" class="btn-transparent dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
                                    <i data-feather="more-vertical" height="20"></i>
                                </button>
                                <div class="dropdown-menu">
                                    <a href="/bundles/reviews/store-reply-comment" class="webinar-actions d-block text-hover-primary reply-comment"><?php echo e(trans('panel.reply')); ?></a>

                                    <?php if(!empty($user) and $user->id == $review->creator_id): ?>
                                        <a href="/bundles/reviews/<?php echo e($review->id); ?>/delete" class="webinar-actions d-block mt-10 text-hover-primary"><?php echo e(trans('public.delete')); ?></a>
                                    <?php endif; ?>
                                </div>
                            </div>
                        </div>
                    </div>

                    <div class="mt-20 text-gray font-14">
                        <?php echo e(clean($review->description,'description')); ?>

                    </div>

                    <?php if($review->comments->count() > 0): ?>
                        <?php $__currentLoopData = $review->comments; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $comment): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                            <div class="shadow-lg rounded-sm border px-20 py-15 mt-30">
                                <div class="d-flex align-items-center justify-content-between">
                                    <div class="user-inline-avatar d-flex align-items-center mt-10">
                                        <div class="avatar bg-gray200">
                                            <img src="<?php echo e($comment->user->getAvatar()); ?>" class="img-cover" alt="<?php echo e($comment->user->full_name); ?>">
                                        </div>
                                        <div class="d-flex flex-column ml-5">
                                            <span class="font-weight-500 text-secondary"><?php echo e($comment->user->full_name); ?></span>
                                        </div>
                                    </div>

                                    <div class="d-flex align-items-center">
                                        <span class="font-12 text-gray mr-10"><?php echo e(dateTimeFormat($comment->created_at, 'j M Y | H:i')); ?></span>

                                        <div class="btn-group dropdown table-actions">
                                            <button type="button" class="btn-transparent dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
                                                <i data-feather="more-vertical" height="20"></i>
                                            </button>
                                            <div class="dropdown-menu">
                                                <a href="" class="webinar-actions d-block text-hover-primary reply-comment"><?php echo e(trans('panel.reply')); ?></a>
                                                <a href="/comments/<?php echo e($comment->id); ?>/delete" class="webinar-actions d-block mt-10 text-hover-primary"><?php echo e(trans('public.delete')); ?></a>
                                            </div>
                                        </div>
                                    </div>
                                </div>

                                <div class="mt-20 text-gray">
                                    <?php echo e(clean($comment->comment,'comment')); ?>

                                </div>
                            </div>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    <?php endif; ?>
                </div>
            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
        <?php endif; ?>
    </div>
</section>
<?php /**PATH /home/anyleson/public_html/resources/views/web/default/bundle/tabs/reviews.blade.php ENDPATH**/ ?>

© 2025 UnknownSec
Web Design for Beginners | Anyleson - Learning Platform
INR (₹)
India Rupee
$
United States Dollar
Web Design for Beginners

Web Design for Beginners

in Design
Created by Linda Anderson
+2
5 Users are following this upcoming course
Course Published
This course was published already and you can check the main course
Course
Web Design for Beginners
in Design
4.25
1:45 Hours
8 Jul 2021
₹11.80

What you will learn?

Create any website layout you can imagine

Support any device size with Responsive (mobile-friendly) Design

Add tasteful animations and effects with CSS3

Course description

You can launch a new career in web development today by learning HTML & CSS. You don't need a computer science degree or expensive software. All you need is a computer, a bit of time, a lot of determination, and a teacher you trust. I've taught HTML and CSS to countless coworkers and held training sessions for fortune 100 companies. I am that teacher you can trust. 


Don't limit yourself by creating websites with some cheesy “site-builder" tool. This course teaches you how to take 100% control over your webpages by using the same concepts that every professional website is created with.


This course does not assume any prior experience. We start at square one and learn together bit by bit. By the end of the course you will have created (by hand) a website that looks great on phones, tablets, laptops, and desktops alike.


In the summer of 2020 the course has received a new section where we push our website live up onto the web using the free GitHub Pages service; this means you'll be able to share a link to what you've created with your friends, family, colleagues and the world!

Requirements

No prerequisite knowledge required

No special software required

Comments (0)

Report course

Please describe about the report short and clearly.

Share

Share course with your friends