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

@lang('app.signInToAccount')

@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@lang('app.forgotPassword')
@lang('front.navigation.backToHome')
@endsection