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

Create account

Start earning instantly with tasks, referrals, and VIP bonuses.

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf

Already registered? Sign in

@endsection