@extends('layout.template') @section('title', 'Reset Password') @section('content')

Reset Password

@if (Session::has('message')) @endif @if ($errors->any()) @endif
@csrf
@endsection