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

@lang('title.reset_password')

@if (session('status')) @endif @if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@csrf @include('fragments.form.element.preset.email', [ 'attributes' => [ 'autofocus' => true ] ]) @if (Route::has('login'))

@lang('label.back_to_login')

@endif
@endsection