@extends('layouts.new_front.login_shell') @section('cssdefine') @endsection @section('content')
{{$settitle}}
@if($type == null)
請輸入註冊時的E-mail,將會傳送重置信件至您的信箱,如過了許久仍未收到重設密碼之信件,
請至垃圾信箱中找尋此信件,或至此頁重新申請寄送。
@csrf
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@else
@csrf
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@endsection