@extends('mommy.auth.layouts') @section('title','重設密碼') @section('content')

重設密碼

@csrf
@if ($errors->has('password')) @include('mommy.panels.input-invalid-messages', [ 'messages' => $errors->get('password') ]) @endif
@if ($errors->has('password_confirmation')) @include('mommy.panels.input-invalid-messages', [ 'messages' => $errors->get('password_confirmation') ]) @endif
@endsection