@extends('core::layouts.auth') @section("title") {{trans_choice("user::general.reset",1)}} {{trans_choice("user::general.password",1)}} @endsection @section('content')

{{trans_choice("user::general.reset",1)}} {{trans_choice("user::general.password",1)}}

{{csrf_field()}}
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@error('password_confirmation') {{ $message }} @enderror
{{trans_choice("user::general.back_to_login",1)}}
@endsection