@extends('layouts.guest') @section('title', 'Register — ' . config('app.name')) @section('subtitle', 'Create your account and workspace') @section('content')
@if ($errors->any())
@endif
@csrf
or
Sign in with Slack

Already have an account? Sign in

@endsection