Если я go на этой странице для 0,1se c, вы можете увидеть contact.blade. php без CSS & JS. У меня есть preloader, но код показывает перед preloader ?! Вот несколько экранов до и после предварительного загрузчика Код отображается после перезагрузки сайта в течение 0,1se c Код после загрузки Как это исправить? И почему у меня просто есть это на этой странице?
<section class="page-title faq-page-title bg-overlay-black-60 parallax" data-jarallax='{"speed": 0.6}' style="background-image: url(images/bg/20.jpg);">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h1 class="text-white">Supportbereich</h1>
</div>
</div>
</div>
</section>
<section class="page-section-pb">
<div class="container">
<div class="row">
<div class="col-sm-4 xs-mb-30">
<div class="faq-box text-center">
<span class="theme-color ti-headphone"></span>
<h5>Live Chat</h5><button type="button" class="btn btn-danger btn-sm">GESCHLOSSEN</button>
<h6>heute von 14:00 Uhr bis 22:00 Uhr</h6>
<p>Bitte denke daran deine Anfrage möglichst genau zu formulieren. Außerdem benötigen wir für eine schnelle Bearbeitung deiner Anfrage per E-Mail die UserID deines Benutzerkontos.</p>
</br><p>Durchschnittliche Wartezeit: <strong>3 Stunden</strong></p>
<a class="button small mt-20" href="#">Live Chat öffnen</a>
</div>
</div>
<div class="col-sm-4 xs-mb-30">
<div class="faq-box text-center">
<span class="theme-color ti-user"></span>
<h5>E-Mail </h5>
<button type="button" class="btn btn-success btn-sm">GEÖFFNET</button>
<h6>heute von 14:00 Uhr bis 22:00 Uhr</h6>
<p>Bitte denke daran deine Anfrage möglichst genau zu formulieren. Außerdem benötigen wir für eine schnelle Bearbeitung deiner Anfrage per E-Mail die UserID deines Benutzerkontos.</p>
</br><p>Durchschnittliche Wartezeit: <strong>3 Stunden</strong></p>
<a class="button small mt-20" href="mailto:info@NVR-Online.de">Email schreiben</a>
</div>
</div>
<div class="col-sm-4">
<div class="faq-box text-center">
<span class="theme-color ti-pencil-alt"></span>
<h5>Ticketsystem </h5>
<button type="button" class="btn btn-success btn-sm">GEÖFFNET</button>
<h6>heute von 10:00 Uhr bis 22:00 Uhr</h6>
<p>Kontaktiere unseren Kundensupport über ein Ticket. Versuche die Anfrage so genau wie möglich zu beschreiben, damit wir dir schnellstmöglich weiterhelfen können.</p>
</br><p>Durchschnittliche Wartezeit: <strong>60 Minuten</strong></p>
<a class="button small mt-20" href="tel:04418432823">Ticketsystem öffnen</a>
</div>
</div>
</div>
</div>
</div>
<section>
<div class="container">
<div class="row justify-content-center mt-30">
<div class="col-md-10">
<div class="section-title text-center">
<div class="divider icon"> <span> oder Kontaktiere uns per Kontaktformular </span> </div>
<h2 class="title-effect">Kontaktformular</h2>
</div>
</div>
<div class="col-lg-12">
<div id="formmessage">Success/Error Message Goes Here</div>
<form id="contactform" role="form" method="post" action="php/contact-form.php">
<div class="contact-form clearfix">
<div class="section-field">
<input id="name" type="text" placeholder="Ihr Vor- & Nachname*" class="form-control" name="name">
</div>
<div class="section-field">
<input type="email" placeholder="Ihre Emailadresse*" class="form-control" name="email">
</div>
<div class="section-field">
<input type="text" placeholder="Ihre Telefonnummer*" class="form-control" name="phone">
</div>
<div class="section-field textarea">
<textarea class="input-message form-control" placeholder="Ihre Nachricht*" rows="7" name="message"></textarea>
</div>
<div class="submit-button text-center">
<input type="hidden" name="action" value="sendEmail">
<button id="submit" name="submit" type="submit" value="Send" class="button"><span> Email absenden </span> <i class="fa fa-paper-plane"></i></button>
</div>
</div>
</form>
<div id="ajaxloader" style="display:none"><img class="mx-auto mt-30 mb-30 d-block" src="images/pre-loader/loader-24.gif" alt=""></div>
</div>
</section>
</div>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSRF Token -->
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>Home - {{ config('app.name') }}</title>
<!-- Favicon -->
<link rel="icon" href="{{ asset('assets/img/brand/favicon.png') }}" type="image/png">
<!-- Bootstrap 4.1.3 -->
<link rel="stylesheet" href="{{ asset('saas/css/bootstrap.min.css') }}">
<!-- Animate Css -->
<link rel="stylesheet" href="{{ asset('saas/css/plugins/animate.css') }}">
<!-- Google Font -->
<link
href="https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900"
rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,500,500i,600,700,800,900|Poppins:200,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700,800">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css"
rel="stylesheet">
<!-- Slick Slider -->
<link rel="stylesheet" href="{{ asset('saas/css/plugins/slick.css') }}">
<link rel="stylesheet" href="{{ asset('saas/css/plugins/slick-theme.css') }}">
<!-- Magnific Popup -->
<link rel="stylesheet" href="{{ asset('saas/css/plugins/magnific-popup.css') }}">
<!-- Main Style -->
<link rel="stylesheet" href="{{ asset('saas/css/main.css') }}">
<link rel="stylesheet" href="{{ asset('saas/css/custom.css') }}">
<link rel="stylesheet" type="text/css" href="assets/css/responsive.css" />
<link rel="stylesheet" type="text/css" href="assets/css/plugins-css.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />
<link rel="stylesheet" type="text/css" href="assets/css/typography.css" />
<link rel="stylesheet" type="text/css" href="assets/css/shortcodes/shortcodes.css" />
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<script src="https://cdn.rawgit.com/adriancooney/console.image/c9e6d4fd/console.image.min.js"></script>
{{-- <link href="{{ asset('css/app.css') }}" rel="stylesheet"> --}}
@yield('styles')