@extends('layouts.auth') @section('content')
{{ _env('APP_NAME') }}

Get started

Create your account

@csrf
{{ $errors['name'] ?? null }}
{{ $errors['email'] ?? ($errors['auth'] ?? null) }}
{{ $errors['password'] ?? null }}
{{ $errors['confirmPassword'] ?? null }}
Already have an account? Sign in
or
Continue with Google Continue with Github
@endsection