@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')

@lang('frontend.login')

@lang('frontend.register')

@csrf

@lang('frontend.forgot_password')

{{-- เพิ่มคลาส invalid-item ในกรณีที่กรอกข้อมูลไม่ถูกต้อง และ ข้อความแจ้งเตือน(invalid-noti)จะต้องอยู่ถัดจาก input เท่านั้น --}}
{{--

*ท่านกรอกรหัสผ่านไม่ถูกต้อง กรุณากรอกใหม่อีกครั้ง หรือกดลืมรหัสผ่าน

--}}

@lang('frontend.account') @lang('frontend::lang.login_01')

@endsection @section('script') @endsection