77 lines
3.4 KiB
PHP
77 lines
3.4 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
|
|
|
<title>{{config('app.name')}}</title>
|
|
<meta content="" name="description">
|
|
<meta content="" name="keywords">
|
|
|
|
<!-- Favicons -->
|
|
<link href="{{ asset('frontend/assets/img/LogoPolije.png')}}" rel="icon">
|
|
<link href="{{ asset('frontend/assets/img/LogoPolije.png')}}" rel="apple-touch-icon">
|
|
|
|
<!-- Google Fonts -->
|
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Nunito:300,300i,400,400i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
|
|
|
|
<!-- Vendor CSS Files -->
|
|
<link href="{{ asset('frontend/assets/vendor/aos/aos.css')}}" rel="stylesheet">
|
|
<link href="{{ asset('frontend/assets/vendor/bootstrap/css/bootstrap.min.css')}}" rel="stylesheet">
|
|
<link href="{{ asset('frontend/assets/vendor/bootstrap-icons/bootstrap-icons.css')}}" rel="stylesheet">
|
|
<link href="{{ asset('frontend/assets/vendor/glightbox/css/glightbox.min.css')}}" rel="stylesheet">
|
|
<link href="{{ asset('frontend/assets/vendor/remixicon/remixicon.css')}}" rel="stylesheet">
|
|
<link href="{{ asset('frontend/assets/vendor/swiper/swiper-bundle.min.css')}}" rel="stylesheet">
|
|
|
|
<!-- Template Main CSS File -->
|
|
<link href="{{ asset('frontend/assets/css/style.css')}}" rel="stylesheet">
|
|
|
|
<!-- =======================================================
|
|
* Template Name: FlexStart
|
|
* Updated: Jun 19 2023 with Bootstrap v5.3.0
|
|
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
|
|
* Author: BootstrapMade.com
|
|
* License: https://bootstrapmade.com/license/
|
|
======================================================== -->
|
|
</head>
|
|
|
|
<body>
|
|
|
|
@include('frontend/layouts.navbar')
|
|
|
|
@yield('content')
|
|
|
|
<!-- ======= Footer ======= -->
|
|
<footer id="footer" class="footer">
|
|
<div class="container">
|
|
<div class="copyright">
|
|
© Copyright <strong><span>FlexStart</span></strong>. All Rights Reserved
|
|
</div>
|
|
<div class="credits">
|
|
<!-- All the links in the footer should remain intact. -->
|
|
<!-- You can delete the links only if you purchased the pro version. -->
|
|
<!-- Licensing information: https://bootstrapmade.com/license/ -->
|
|
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/flexstart-bootstrap-startup-template/ -->
|
|
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
|
|
</div>
|
|
</div>
|
|
</footer><!-- End Footer -->
|
|
|
|
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
|
|
|
|
<!-- Vendor JS Files -->
|
|
<script src="{{ asset('frontend/assets/vendor/purecounter/purecounter_vanilla.js')}}"></script>
|
|
<script src="{{ asset('frontend/assets/vendor/aos/aos.js')}}"></script>
|
|
<script src="{{ asset('frontend/assets/vendor/bootstrap/js/bootstrap.bundle.min.js')}}"></script>
|
|
<script src="{{ asset('frontend/assets/vendor/glightbox/js/glightbox.min.js')}}"></script>
|
|
<script src="{{ asset('frontend/assets/vendor/isotope-layout/isotope.pkgd.min.js')}}"></script>
|
|
<script src="{{ asset('frontend/assets/vendor/swiper/swiper-bundle.min.js')}}"></script>
|
|
<script src="{{ asset('frontend/assets/vendor/php-email-form/validate.js')}}"></script>
|
|
|
|
<!-- Template Main JS File -->
|
|
<script src="{{ asset('frontend/assets/js/main.js')}}"></script>
|
|
|
|
</body>
|
|
|
|
</html> |