@section('title', 'Create Account — GymFlow')
{{-- Left panel --}} {{-- Right panel --}}
GymFlow

Create your account

Get your gym on GymFlow in 60 seconds

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

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror

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

Already have an account? Sign in