@extends('layouts.main') @push('title') Fit Sport Hub - Register @endpush @section('main-section') @if (session()->has('success_message')) @endif @if (count($errors) > 0) @endif

Create Account

Join our fitness community today

Email
@csrf
@error('g-recaptcha-response')

{{ $message }}

@enderror
Or continue with
Indian flag

By creating an account, you agree to our Terms and Privacy Policy.

Already have an account? Sign in

@endsection @section('extrascripts') @endsection