@extends('layouts.app') @section('title', __('member.password.forgot_title')) @section('content')
@if (session('status'))
{{ session('status') }}
@endif
@endsection