@extends('storefront::public.auth.layout') @section('title', trans('user::auth.reset_password')) @section('content')
@include('storefront::public.auth.partials.language_picker')

{{ trans('user::auth.create_new_password') }}

{{ trans('user::auth.this_password_should_be_different') }}

@include('user::admin.partials.notification')
@csrf
@include('storefront::public.auth.partials.language_picker')
{!! $errors->first('new_password', ':message') !!}
{!! $errors->first('new_password_confirmation', ':message') !!}
@endsection