@extends('admin.auth.new.layout') @php $siteGeneralSettings = getGeneralSettings(); @endphp @section('content')

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

{{ trans('update.please_enter_your_new_password') }}

{{ csrf_field() }}
@error('password')
{{ $message }}
@enderror
@error('password_confirmation')
{{ $message }}
@enderror
@endsection