@extends('layouts.guest') @section('title', __('Sign in')) @section('content')

{{ __('Welcome back') }}

{{ __('Sign in to your workspace to continue.') }}

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
{{ __('Forgot password?') }}
{{ __("Don't have an account yet?") }} {{ __('Create your workspace') }}
@endsection