@extends('index') @section('content') {{__('custom.登入')}} {{__('custom.登入')}} {{__('custom.還沒有帳號?請先')}} {{__('custom.註冊')}}{{__('custom.。')}} @csrf {{__('custom.帳號')}} @if ($errors->has('login_account')) {{ $errors->first('login_account') }} @endif {{__('custom.密碼')}} @if ($errors->has('login_password')) {{ $errors->first('login_password') }} @endif {{__('custom.忘記密碼?')}} {{__('custom.登入')}} {{__('custom.或')}}  {{__('custom.LINE 登入')}}  {{__('custom.Google 登入')}} @endsection @section('javascript') @endsection