@extends('layouts.auth') @section('title', 'Register - StarHela') @push('styles') @endpush @section('content')

Sign Up

Welcome & Join us by creating a free account!

@if(session('ref') || $ref)
You were invited by: {{ session('ref', $ref) }}
@endif @if($errors->any())
@endif
@csrf

Already have an account? Sign In

@endsection @push('scripts') @endpush