@extends('layouts.login-tailwind') @section('title', __('Forgot Password')) @section('styles') @endsection @section('content')
{{ __('Enter your username or email and we\'ll send you a reset link.') }}
@include('backend.partials.message') @include('backend.partials.error') {{ __('Back to login') }}