@extends('layouts.guest.app') @section('content')
{{ __('Reset Password') }}
@if (session('status')) @endif
@csrf
@error('email') @enderror
@endsection @section('scripts') @endsection