@extends('layouts.guest.general') @section('main_content')
{{ __('auth.back') }}

{{ __('auth.login') }}

{{ __('auth.login_subtitle') }}

@if (session()->has('error')) @endif
@endsection