@extends('auth.layouts.app') @section('title', __('auth.login.main_title')) @section('content')
{{ __('auth.login.main_title') }}

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

@csrf
@php($lbl_email = __('system.fields.email'))
@error('email')
{{ $message }}
@enderror
@php($lbl_password = __('system.fields.password'))
@error('password')
{{ $message }}
@enderror
{{--

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

--}}

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

@endsection