@extends('web.layouts.auth') @section('content')
{{-- --}}

Sign in

{{--

Sign in to continue to Chatvia.

--}}
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
{{-- --}}
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif
{!! app('captcha')->display() !!} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
@endsection