35 lines
		
	
	
		
			957 B
		
	
	
	
		
			PHP
		
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			957 B
		
	
	
	
		
			PHP
		
	
	
<head>
 | 
						|
    <meta charset="utf-8">
 | 
						|
    <meta name="viewport" content="width=device-width, user-scalable=no">
 | 
						|
 | 
						|
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
 | 
						|
    <link href="{{asset('template/css/main.css?v=1')}}" rel="stylesheet" >
 | 
						|
 | 
						|
    <style>
 | 
						|
        h1,h2,h3{
 | 
						|
            color: #413c35;
 | 
						|
            font-family: Merriweather-Bold;
 | 
						|
 | 
						|
        }
 | 
						|
        a{
 | 
						|
            color: #71a866;
 | 
						|
        }
 | 
						|
 | 
						|
        a:hover{
 | 
						|
            color: #71a866;
 | 
						|
            text-decoration: underline;
 | 
						|
        }
 | 
						|
        footer a{
 | 
						|
            color: white;
 | 
						|
 | 
						|
        }
 | 
						|
        footer a:hover{
 | 
						|
            color: #71a866;
 | 
						|
        }
 | 
						|
        .card h2{
 | 
						|
            color: #71a866;
 | 
						|
        }
 | 
						|
    </style>
 | 
						|
    @include('template.'.config('settings.template').'.content.includes.integrations')
 | 
						|
    @yield('head')
 | 
						|
</head> |