15 lines
663 B
PHP
Executable File
15 lines
663 B
PHP
Executable File
<!-- Google Font Family link -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap" rel="stylesheet">
|
|
|
|
@yield('css')
|
|
|
|
@if (app()->environment('production'))
|
|
<link rel="stylesheet" href="{{ asset('assets/icons-CHxf0fE3.css') }}">
|
|
<link rel="stylesheet" href="{{ asset('assets/style-Rwrkwlmx.css') }}">
|
|
<script src="{{ asset('assets/config-DqV4EBmE.js') }}"></script>
|
|
@else
|
|
@vite([ 'resources/scss/icons.scss', 'resources/scss/style.scss'])
|
|
@vite([ 'resources/js/config.js'])
|
|
@endif |