@extends('admin.auth.auth_layout') @section('content') @php $siteGeneralSettings = getGeneralSettings(); @endphp
{{ trans('auth.reset_password') }}
{{ csrf_field() }}
{{ trans('auth.email') }}:
@error('email')
{{ $message }}
@enderror
{{ trans('auth.password') }}:
@error('password')
{{ $message }}
@enderror
{{ trans('auth.retype_password') }}:
@error('password_confirmation')
{{ $message }}
@enderror
{{ trans('auth.reset_password') }}
@endsection