@extends('layouts.app') @section('content')

{{ __('member.customer_access') }}

{{ __('auth.forgot_password_title') }}

{{ __('auth.forgot_password_text') }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{ session('status') }}

@csrf
@endsection