@extends('layouts.base') @section('title', __('Reset password')) @section('content')

{{ __('Reset password') }}

@if($errors->any())
@endif
@csrf
@endsection