@extends('layouts.guest')
@section('title', 'Register Free — Swagvio')
@section('header-right')
Already registered? Sign In
@endsection
@section('content')
Create your account
It's free — join thousands of users in India
@if($errors->any())
{{ $errors->first() }}
@endif
Your data is encrypted and never shared with third parties.
@endsection