@extends('index') @section('content')

{{__('custom.登入')}}

{{__('custom.還沒有帳號?請先')}} {{__('custom.註冊')}}{{__('custom.。')}}

@csrf
@if ($errors->has('login_account'))
{{ $errors->first('login_account') }}
@endif
@if ($errors->has('login_password'))
{{ $errors->first('login_password') }}
@endif
@endsection @section('javascript') @endsection