@props([
'title' => 'Candidate Portal',
])
{{ $title }} | SingleLogin
@vite(['resources/css/app.css', 'resources/js/app.js'])
@stack('styles')
@stack('head-scripts')
merge(['class' => "bg-[#0b0f19] text-white min-h-screen flex items-center justify-center p-4 relative overflow-hidden font-['Instrument_Sans',sans-serif] antialiased"]) }}>
{{ $slot }}
@stack('scripts')