@extends('layouts.auth') @section('title', translate('Reset Password', 'auth')) @section('content')

{{ translate('Reset Password', 'auth') }}

{{ translate('Enter a new password to continue.', 'auth') }}

@csrf
@endsection