UnknownSec Bypass
403
:
/
mnt
/
lmsestudio-instance-vol002
/
eagleead
/
resources
/
views
/
checkout
/
partials
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
details_curso.blade.php
<div class="panel panel-default" id="details-course"> <div class="panel-body"> <!-- verifica se tem vídeo, se não, exibe imagem, se não tem ambos, exibe imagem fictcia --> @if(!empty($course['embed'])) <div class="embed-responsive embed-responsive-16by9"> {!! $course['embed'] !!} </div> @elseif(!empty($course->main_image)) <img src="/storage/courses/course/images/{{$course->main_image}}" class="center-block img-responsive"> @else <img src="https://via.placeholder.com/360x276" class="center-block img-responsive"> @endif <h3 style="margin-bottom: 5px;"> {{ $course->name }} </h3> <p> <i class="fa fa-hashtag" aria-hidden="true"></i> {{ $course->category->name }} | <i class="fa fa-globe" aria-hidden="true"></i> {{ $course->category->language->name }} </p> <br> <p class="text-muted" style="margin-bottom: 0px;"> <b><small>{{ $course->plans->first()->name . ' ' . $course->plans->first()->duration->name }}</small></b> </p> <h1 style="margin-bottom: 0px; margin-top: 0px;"> {{--<b>R$ {{ $course->plans->first()->pivot->price }}</b>--}} R$ {{ MyHelper::formatValue($cart->getGrossAmount()-$cart->getDiscountAmount()) }} </h1> @if($cart->getDiscountAmount()) <p class="text-danger"><b><small>{{ trans('site_cart.labelDiscountAmount') }} R${{ MyHelper::formatValue($cart->getDiscountAmount()) }}</small></b></p> @endif @if($config->installment_id > 0 && !$course->is_free && $cardFlag) {{--<p class="text-muted" style="margin-bottom: 0px;"> <small>{{ trans('site_cart.labelDiscountCard') }} {{ $config->installment_id }} {{ trans('site_cart.labelDiscountCard2') }} R${{ number_format(round(($cart->getGrossAmount()-$cart->getDiscountAmount()) / $config->installment_id, 2), 2, ',', '.') }}* {{ trans('site_cart.labelDiscountCard3') }}. </small> </p> @if($billetFlag) <p class="text-muted"> <small>{{ trans('site_cart.labelDiscountCard') }} {{ $billetInstallments }} {{ trans('site_cart.labelDiscountCard2') }} R${{ number_format(round(($cart->getGrossAmount()-$cart->getDiscountAmount()) / $billetInstallments, 2), 2, ',', '.') }}** {{ trans('site_cart.labelDiscountBillet') }}. </small> </p>--}} @foreach($course['gateways'] as $key => $gateway) @if($gateway['title'] == 'Boleto') <p class="text-muted" style="margin-bottom: 0px;"> <small> {{$gateway->title}} {{ trans('site_cart.txtIn') }} {{ $gateway->pivot->installments }} {{ trans('site_cart.txtTimes') }} {{trans("site_course.txtInterestFree")}}. </small> </p> @elseif($gateway['title'] == 'PagarMe') <p class="text-muted" style="margin-bottom: 0px;"> <small> {{$gateway->title}} {{ trans('site_cart.txtInUp') }} {{ $gateway->pivot->installments }} {{ trans('site_cart.txtTimes') }} {{trans("site_course.txtInterestFree")}} @if($gateway->pivot->installments < 12) {!! trans('site_cart.txt12TimeInstallments') !!} @else @endif </small> </p> @else <p class="text-muted" style="margin-bottom: 0px;"> <small> {{$gateway->title}} {{ trans('site_cart.txtInUp') }} {{ $config['installment_id'] }} {{ trans('site_cart.txtTimes') }} {{trans("site_course.txtInterestFree")}} @if($config['installment_id'] < 12) {!! trans("site_cart.txt12TimeInstallments") !!} @else @endif </small> </p> @endif @endforeach @elseif($course->is_free) <div id="courseValues"> <p class="text-success"><b>{{ trans('site_course.freeCourse') }}</b></p> <p class="text-success"> <small></small> </p> </div> <p class="text-muted" style="margin-bottom: 0px;"> <small> {!! trans('site_course.infFree') !!}</small> </p> @else <p class="text-muted" style="margin-bottom: 0px;"> <small> R${{ number_format(($cart->getGrossAmount()-$cart->getDiscountAmount()) / $config->installment_id, 2, ',', '.') }}</small> </p> @endif <!--valores do frete--> <p id="shippingValue" class="text-success" style="font-weight: 700"></p> <br> <p> @if(!empty($course->user->picture)) <img src="/storage/profiles/pictures/{{$course->user->picture}}" class="pull-left img-circle" width="50px" height="50px;" style="margin-right: 10px;"> @else <img src="https://via.placeholder.com/50x50" class="pull-left img-circle" width="50px" height="50px;" style="margin-right: 10px;"> @endif {{ trans('site_course.menuInstructor') }}: {{ $course->user->name }}<br> {{ $course->user->email }} </p> <br> <hr> <p class="text-muted"> <small> <i class="fa fa-exclamation-circle" aria-hidden="true"></i> {{ trans('site_cart.labelInformationCart') }}. </small> </p> </div> </div>
Copyright © 2026 - UnknownSec