Server : LiteSpeed System : Linux server335.web-hosting.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : cardxfeb ( 2452) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/cardxfeb/public_html/resources/views/vendor/InstallerEragViews/ |
<!doctype html>
<html lang="{{ str_replace('_', '-', $lang ?? app()->getLocale()) }}">
<head>
<meta charset="utf-8" />
<title>@yield('title')</title>
<link rel="shortcut icon" href="{{ asset('logo.png') }}">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="csrf-token" content="{{ csrf_token() }}">
<link href="{{ asset('install/bootstrap.min.css') }}" rel="stylesheet">
<link href="{{ asset('install/style.css') }}" rel="stylesheet">
<link href="{{ asset('install/bootstrap-icons.min.css') }}" rel="stylesheet">
</head>
<body>
@include('vendor.InstallerEragViews.step')
@yield('content')
</body>
</html>