����JFIF��x�x����'403WebShell
403Webshell
Server IP : 66.29.137.217  /  Your IP : 18.191.36.245
Web Server : LiteSpeed
System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User : gltevjme ( 1095)
PHP Version : 7.0.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/gltevjme/bofirmacademy.com/resources/views/frontend/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/gltevjme/bofirmacademy.com/resources/views/frontend/thankyou.blade.php
@extends('frontend.layouts.app')

@section('content')
<div class="bg-page">
<!-- Page Header Start -->
<header class="page-banner-header blank-page-banner-header gradient-bg position-relative">
    <div class="section-overlay">
        <div class="blank-page-banner-wrap pb-0 min-h-auto">
        </div>
    </div>
</header>
<!-- Page Header End -->

<!-- Cart Page Area Start -->
<section class="thankyou-page-area">
    <div class="container">
        <div class="row justify-content-center">
            <div class="col-md-12 col-lg-7">
                <div class="thankyou-box text-center bg-white px-5 py-5">
                    <img src="{{ asset('frontend/assets/img/thank-you-img.png') }}" alt="img" class="img-fluid">
                    <h5 class="mt-5">{{ __('Thank you for Purchasing') }}</h5>
                </div>
            </div>
            <div class="col-md-12 col-lg-7">
                <div class="thankyou-course-list-area mt-30">
                    <div class="table-responsive">
                        <table class="table bg-white my-courses-page-table">
                            <tbody>
                                <tr>
                                    <td>{{ __('Details') }}</td>
                                    <td>{{ __('Type') }}</td>
                                </tr>
                                @foreach($orderCourses ?? [] as $orderCourse)
                                <tr>
                                    <td class="wishlist-course-item">
                                        <div class="card course-item wishlist-item border-0 d-flex align-items-center">
                                            <div class="course-img-wrap flex-shrink-0 overflow-hidden">
                                                <a href="{{ route('student.my-course.show', @$orderCourse->course->slug) }}"><img src="{{ getImageFile(@$orderCourse->course->image_path) }}" alt="course" class="img-fluid"></a>
                                            </div>
                                            <div class="card-body flex-grow-1">
                                                <h5 class="card-title course-title"><a href="{{ route('student.my-course.show', @$orderCourse->course->slug) }}">{{ @$orderCourse->course->title }}</a></h5>
                                                <p class="card-text instructor-name-certificate font-medium">{{ @$orderCourse->course->instructor->fullname }}
                                                    @if(get_instructor_ranking_level(@$orderCourse->course->user->badges))
                                                        | {{ get_instructor_ranking_level(@$orderCourse->course->user->badges) }}
                                                    @endif
                                                </p>
                                            </div>
                                        </div>
                                    </td>
                                    <td>
                                        @if($orderCourse->type == 1)
                                            {{ __('Course') }}
                                        @elseif($orderCourse->type == 2)
                                            {{ __('Product') }}
                                        @elseif($orderCourse->type == 3)
                                            {{ __('Bundle Course') }}
                                        @elseif($orderCourse->type == 4)
                                            {{ __('Consultation') }}
                                        @endif
                                    </td>
                                </tr>
                                @endforeach
                                @foreach($orderProducts ?? [] as $orderProduct)
                                <tr>
                                    <td class="wishlist-course-item">
                                        <div class="card course-item wishlist-item border-0 d-flex align-items-center">
                                            <div class="course-img-wrap flex-shrink-0 overflow-hidden">
                                                <a href="{{ route('lms_product.student.purchase_list') }}"><img src="{{ getImageFile(@$orderProduct->product->thumbnail_path) }}" alt="Product" class="img-fluid"></a>
                                            </div>
                                            <div class="card-body flex-grow-1">
                                                <h5 class="card-title course-title"><a href="{{ route('lms_product.student.purchase_list') }}">{{ @$orderProduct->product->title }}</a></h5>
                                                <p class="card-text instructor-name-certificate font-medium">{{ @$orderProduct->product->user->name }}
                                                    @if(get_instructor_ranking_level(@$orderProduct->product->user->badges))
                                                        | {{ get_instructor_ranking_level(@$orderProduct->product->user->badges) }}
                                                    @endif
                                                </p>
                                            </div>
                                        </div>
                                    </td>
                                    <td>
                                        {{ __('Product') }}
                                    </td>
                                </tr>
                                @endforeach
                                @foreach($new_consultations ?? [] as $new_consultation)
                                    @php
                                        $relation = getUserRoleRelation($new_consultation->consultationSlot->user)
                                    @endphp
                                <tr>
                                    <td class="wishlist-course-item">
                                        <div class="card course-item wishlist-item border-0 d-flex align-items-center">
                                            <div class="course-img-wrap flex-shrink-0 overflow-hidden">
                                                <a href=""><img src="{{ getImageFile(@$new_consultation->consultationSlot->user->image_path) }}" alt="course" class="img-fluid"></a>
                                            </div>
                                            <div class="card-body flex-grow-1">
                                                <h5 class="card-title course-title"><a href="">{{ @$new_consultation->consultationSlot->user->$relation->full_name }}</a></h5>
                                                <p class="card-text instructor-name-certificate font-medium">{{ @$new_consultation->consultationSlot->user->$relation->full_namee }}
                                                    {{ @$new_consultation->consultationSlot->user->$relation->professional_title }}
                                                    @if(get_instructor_ranking_level(@$new_consultation->consultationSlot->user->badges))
                                                        | {{ get_instructor_ranking_level(@$new_consultation->consultationSlot->user->badges) }}
                                                    @endif
                                                </p>
                                            </div>
                                        </div>
                                    </td>
                                    <td>{{ __('Consultation') }}</td>
                                </tr>
                                @endforeach
                            </tbody>
                        </table>
                    </div>
                    <div class="row">
                        <div class="col">
                            <a href="{{ route('student.my-learning') }}" class="theme-btn theme-button1 theme-button3 w-100 mt-15">{{ __('My Learning') }}</a>
                        </div>
                        <div class="col">
                            <a href="{{ route('student.my-consultation') }}" class="theme-btn theme-button1 theme-button3 w-100 mt-15">{{ __('My Consultation') }}</a>
                        </div>
                        @if(isAddonInstalled('LMSZAIPRODUCT'))
                        <div class="col">
                            <a href="{{ route('lms_product.student.purchase_list') }}" class="theme-btn theme-button1 theme-button3 w-100 mt-15">{{ __('My Purchase Product') }}</a>
                        </div>
                        @endif
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- Cart Page Area End -->
</div>
@endsection

Youez - 2016 - github.com/yon3zu
LinuXploit