koel/resources/views/index.blade.php
2024-07-06 17:44:56 +02:00

12 lines
309 B
PHP

@extends('base')
@section('title', 'Koel')
@push('scripts')
<script>
window.MAILER_CONFIGURED = @json(mailer_configured());
window.SSO_PROVIDERS = @json(collect_sso_providers());
window.AUTH_TOKEN = @json($token);
</script>
@vite(['resources/assets/js/app.ts'])
@endpush