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

Welcome back

Sign in to manage your private webhook endpoints.

@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
@if (Route::has('password.request')) Forgot password? @endif

No account? Create one

@endsection