[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: course_certificates.blade.php
@extends('admin.layouts.app') @push('libraries_top') @endpush @section('content') <section class="section"> <div class="section-header"> <h1>{{ $pageTitle }}</h1> <div class="section-header-breadcrumb"> <div class="breadcrumb-item active"><a href="{{ getAdminPanelUrl() }}">{{trans('admin/main.dashboard')}}</a> </div> <div class="breadcrumb-item">{{ $pageTitle }}</div> </div> </div> @if(empty(getCertificateMainSettings("certificate_api_user_id")) or empty(getCertificateMainSettings("certificate_api_key"))) <div class="my-2 alert alert-danger d-flex align-items-center justify-content-between"> <p class="">{{ trans('update.certificate_credentials_not_set_hint') }}</p> <a href="{{ getAdminPanelUrl("/certificates/settings") }}" target="_blank" class="text-white btn-link">{{ trans('admin/main.settings') }}</a> </div> @endif <div class="section-body"> <section class="card"> <div class="card-body"> <form action="{{ getAdminPanelUrl() }}/certificates/course-competition" method="get" class="row mb-0"> <div class="col-12 col-md-3"> <div class="form-group"> <label class="input-label d-block">{{ trans('admin/main.class') }}</label> <select name="webinars_ids[]" multiple="multiple" class="form-control search-webinar-select2" data-placeholder="{{ trans('admin/main.search_webinar') }}"> @if(!empty($webinars)) @foreach($webinars as $webinar) <option value="{{ $webinar->id }}" selected="selected">{{ $webinar ? $webinar->title : ''}}</option> @endforeach @endif </select> </div> </div> <div class="col-md-3"> <div class="form-group"> <label class="input-label">{{ trans('admin/main.instructor') }}</label> <select name="teacher_ids[]" multiple="multiple" data-search-option="just_teacher_role" class="form-control search-user-select2" data-placeholder="Search teachers"> @if(!empty($teachers) and $teachers->count() > 0) @foreach($teachers as $teacher) <option value="{{ $teacher->id }}" selected>{{ $teacher->full_name }}</option> @endforeach @endif </select> </div> </div> <div class="col-md-3"> <div class="form-group"> <label class="input-label">{{ trans('admin/main.student') }}</label> <select name="student_ids[]" multiple="multiple" data-search-option="just_student_role" class="form-control search-user-select2" data-placeholder="Search students"> @if(!empty($students) and $students->count() > 0) @foreach($students as $student) <option value="{{ $student->id }}" selected>{{ $student->full_name }}</option> @endforeach @endif </select> </div> </div> <div class="col-12 col-md-3 d-flex align-items-center justify-content-end"> <button type="submit" class="btn btn-primary w-100">{{ trans('public.show_results') }}</button> </div> </form> </div> </section> <div class="row"> <div class="col-12 col-md-12"> <div class="card"> <div class="card-body"> <div class="table-responsive"> <table class="table table-striped font-14"> <tr> <th>#</th> <th class="text-left">{{ trans('admin/main.title') }}</th> <th class="text-left">{{ trans('admin/main.type') }}</th> <th class="text-left">{{ trans('quiz.student') }}</th> <th class="text-left">{{ trans('admin/main.instructor') }}</th> <th class="text-center">{{ trans('public.date_time') }}</th> <th>{{ trans('admin/main.action') }}</th> </tr> @foreach($certificates as $certificate) <tr> <td class="text-center">{{ $certificate->id }}</td> <td class="text-left"> @if(!empty($certificate->webinar_id)) {{ $certificate->webinar->title }} @else {{ $certificate->bundle->title }} @endif </td> <td class="text-left"> @if(!empty($certificate->webinar_id)) {{ trans('product.course') }} @else {{ trans('update.bundle') }} @endif </td> <td class="text-left">{{ $certificate->student->full_name }}</td> <td class="text-left"> @if(!empty($certificate->webinar_id)) {{ $certificate->webinar->teacher->full_name }} @else {{ $certificate->bundle->teacher->full_name }} @endif </td> <td class="text-center">{{ dateTimeFormat($certificate->created_at, 'j M Y') }}</td> <td> <a href="{{ getAdminPanelUrl() }}/certificates/{{ $certificate->id }}/download" target="_blank" class="btn-transparent text-primary" data-toggle="tooltip" title="{{ trans('quiz.download_certificate') }}"> <i class="fa fa-download" aria-hidden="true"></i> </a> </td> </tr> @endforeach </table> </div> </div> <div class="card-footer text-center"> {{ $certificates->appends(request()->input())->links() }} </div> </div> </div> </div> </div> </section> @endsection
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium320.web-hosting.com
Server IP: 66.29.153.54
PHP Version: 8.2.29
Server Software: LiteSpeed
System: Linux premium320.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.85 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: aoneqssk
User ID (UID): 1285
Group ID (GID): 1290
Script Owner UID: 1285
Current Dir Owner: 1285