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

Reset Password


@csrf
@if (session('status'))
{{ session('status') }}
@endif @endsection