@extends('layouts.auth') @section('styles') @endsection @section('content')

Join the Winning Team! 🥇

Sign up and let the adventure begin!

@csrf
@error('name') {{ $message }} @enderror
@error('last_name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror

Please enter a valid number below

@error('password') {{ $message }} @enderror
@error('password_confirmation') {{ $message }} @enderror

Already have an account ? Login

Signup with

@endsection @section('scripts') @endsection