@extends('layouts.login-tailwind') @section('title', __('Forgot Password')) @section('styles') @endsection @section('content')

{{ __('Forgot Password') }}

{{ __('Enter your email address and we\'ll send you a reset link.') }}

@csrf
{{ __('Back to login') }}
@endsection