2021-05-10 20:32:51 +00:00
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
|
|
|
|
|
|
|
|
2021-05-10 20:40:30 +00:00
|
|
|
<link href="{{asset('template/css/bootstrap.css')}}" rel="stylesheet" >
|
|
|
|
<link href="{{asset('template/css/main.css')}}" rel="stylesheet" >
|
2021-05-10 20:32:51 +00:00
|
|
|
|
|
|
|
|
2021-05-28 09:01:54 +00:00
|
|
|
@include('template.'.config('settings.template').'.content.includes.integrations')
|
2021-05-10 20:32:51 +00:00
|
|
|
|
|
|
|
|