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

Don't have an account? Create one

@endsection