@extends('oxygen::layouts.master-auth') @section('content')
@include('oxygen::partials.flash')
@csrf

You've been invited to join a team.

Complete registration and see what's inside.

@include('oxygen::auth.register_form_fields')

Already have an account? Login
@csrf @include('oxygen::auth.login_form_fields')
Don't have an account? Signup for a New Account
@endsection