@extends('auth.master') @section('title', __('auth.reset_password')) @section('content') @php $settings = \App\Models\Setting::first()->values; @endphp {{ __('auth.reset_password') }} {{ __('auth.reset_Password_message') }} {{ __('static.email') }} @error('email') {{ $message }} @enderror {{ __('static.password') }} @error('password') {{ $message }} @enderror {{ __('static.password') }} @error('password_confirmation') {{ $message }} @enderror {{ __('auth.reset_password') }} @endsection @push('js') @endpush
{{ __('auth.reset_Password_message') }}