@extends('layouts.app') @section('title', 'Register') @section('content')

Create Your Account

Start earning money today

@csrf @if(request('ref')) @endif
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror

Already have an account? Login

@endsection