@extends('layouts.guest') @section('title', 'Login — Swagvio') @section('header-right') Don't have an account? Register Free @endsection @section('content')
Welcome back
Sign in to your Swagvio account
@if($errors->any())
{{ $errors->first() }}
@endif @if(session('success'))
{{ session('success') }}
@endif
@csrf
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
Forgot password?
or
New here? Create a free account →
By signing in, you confirm you are 18+ and agree to our Terms & Privacy Policy.
@endsection