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

{{ __('Reset Password') }}

{{ __('Choose a strong new password for your account.') }}

@csrf
@endsection @section('scripts') @endsection