@extends('user::admin.auth.layout') @section('title', trans('user::auth.reset_password')) @section('content')

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

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

{{ csrf_field() }}
{!! $errors->first('email', ':message') !!}
{{ trans('user::auth.i_remembered_my_password') }}
@endsection