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

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

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

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