����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 3.139.86.128 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/zainiklab/installer/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="{{ asset('files/favicon.png') }}" type="image/x-icon"> <title>@yield('title') | Zai-Installer </title> <link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="{{ asset('frontend/assets/vendor/bootstrap/css/bootstrap.min.css') }}"> <link rel="stylesheet" href="{{ asset('zaifiles/assets/style.css') }}"> </head> <body> @yield('preloader') <div class="breadcrumb-area"> <div class="container"> <div class="row"> <div class="col-xl-12 col-lg-12 col-md-12"> <div class="breadcrumb-text"> <a class="brand-logo" href="#"><img src="{{ asset('uploads_demo/setting/logo.png') }}" alt="logo"></a> <h2>LMSZAI - Learning Management System</h2> <p>{{ \Carbon\Carbon::parse(now())->format('l, j F Y') }}</p> </div> </div> </div> </div> </div> <div class="pre-installation-area"> <div class="container"> <div class="section-wrap"> <div class="section-wrap-header"> <div class="progres-stype"> <div class="single-stype {{ Route::is('ZaiInstaller::pre-install') ? 'active' : 'finished' }}"> <span>Pre-Installation</span> </div> <div class="single-stype {{ Route::is('ZaiInstaller::pre-install') ? '' : 'active' }}"> <span>Configuaration</span> </div> <div class="single-stype"> <span>Finish</span> </div> </div> </div> @yield('content') </div> </div> </div> <script src="{{ asset('frontend/assets/vendor/jquery/jquery-3.6.0.min.js') }}"></script> @stack('script') </body> </html>