TanchoToplineCargo/resources/views/client/aarav/partials/header.blade.php

26 lines
1.4 KiB
PHP
Raw Normal View History

2024-05-05 04:47:49 +00:00
<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="apple-touch-icon" sizes="180x180" href="{!! template('img/favicon/apple-touch-icon.png')!!}">
<link rel="icon" type="image/png" sizes="32x32" href="{!! template('img/favicon/favicon-32x32.png')!!}">
<link rel="icon" type="image/png" sizes="16x16" href="{!! template('img/favicon/favicon-16x16.png')!!}">
<link rel="manifest" href="{!! template('img/favicon/site.webmanifest')!!}">
<link rel="mask-icon" href="{!! template('img/favicon/safari-pinned-tab.svg')!!}" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="{!! template('css/lightbox.css')!!}">
<link rel="stylesheet" href="{!! template('css/owl.carousel.min.css')!!}">
<link rel="stylesheet" href="{!! template('css/bootstrap.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')!!}">