TanchoToplineCargo/resources/views/client/target/partials/header.blade.php
2024-05-05 10:32:49 +05:45

17 lines
857 B
PHP

<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@yield('header')
<link rel="icon" type="image/x-icon" href="{!! template('img/fav_icon.png')!!} ">
<link rel="stylesheet" href="{!! template('css/lightbox.css')!!}">
<link rel="stylesheet" href="{!! template('css/owl.carousel.min.css')!!}">
<link href="{!! template('css/select2.min.css')!!}" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" />
<link rel="stylesheet" href="{!! template('css/uikit.min.css')!!}" />
<link rel="stylesheet" href="{!! template('css/jquery.fancybox.min.css')!!}" />
<link rel="stylesheet" href="{!! template('css/style.css')!!}">
<link rel="stylesheet" href="{!! template('css/bootstrap.min.css')!!}">