@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
@csrf
@error('name')
{{ $message }}
@enderror
@error('phone')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
Already have an account? Sign In →
Your data is encrypted and never shared with third parties.
@endsection