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

{{ translate('Reset Password') }}

{{ translate('Enter the email address and a new password to start using your account.') }}

@csrf

{{ translate('Remember your password') }}? {{ translate('Login') }}

@endsection