{{-- --}} @vite(['resources/sass/app.scss', 'resources/js/app.js'])
@if (session('error'))
{{ session('error') }}
@endif @if (session('success'))
{{ session('success') }}
@endif

{{ __('Verify your email') }}

Click here if you did not receive an email.

@include('landing.layouts.footer') @livewireScripts() {{-- --}} @stack('js') @stack('scripts')