@vite(['resources/css/app.css', 'resources/js/app.js'])
{{-- Logo & brand --}}
CuraHealthLine
{{-- Card container --}}
{{ $slot }}
{{-- Footer links --}}
Home
Jobs
@if (Route::has('contact'))
Contact
@endif @if (Route::has('privacy'))
Privacy
@endif @if (Route::has('terms'))
Terms
@endif