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

18 lines
857 B
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/favicon.png')!!} ">
<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')!!}">