{{-- resources/views/auth/register.blade.php --}} @extends('layouts.auth') @section('title', 'Join PangoQ - Create Account') @section('hero-title', 'Start Your Adventure Today') @section('hero-subtitle', 'Join thousands of travelers who discover amazing destinations and create unforgettable memories with PangoQ.') @section('content')

Create your account

Join thousands of travel enthusiasts worldwide

Sign up with Google Sign up with Facebook
Or create account with email
@if(session('message') || isset($hasTripData) && $hasTripData)
{{ session('message') ?: 'Create an account to save your trip planning progress. Your selections will be preserved after registration.' }}
@endif @if ($errors->any())

Please fix the following errors:

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Password must contain:

  • At least 8 characters
  • Upper and lowercase letters
  • At least one number
  • At least one symbol

Already have an account? Sign in here

Why join PangoQ?

Save and organize your favorite destinations
Get personalized travel recommendations
Access exclusive deals and early event tickets
Connect with fellow travelers and share experiences
SSL Secured
Data Protected
GDPR Compliant
@for($i = 0; $i < 5; $i++) @endfor 4.9/5

50,000+ travelers have joined us

"The best travel planning platform I've ever used!" - Recent review

By creating an account, you agree to our data processing practices as described in our Privacy Policy.
Free to join • No spam • Unsubscribe anytime
@endsection