14 lines
257 B
PHP
14 lines
257 B
PHP
|
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
||
|
|
||
|
|
||
|
|
||
|
@include('template.'.config('settings.template').'.includes.css')
|
||
|
|
||
|
|
||
|
@include('template.'.config('settings.template').'.includes.integrations')
|
||
|
|
||
|
|