@extends('auth.master') @section('title', __('static.reset_password')) @section('content') @if (isset(getSettings()['general']['light_logo_image'])) @else {{ env('APP_NAME') }} @endif {{ __('static.reset_password') }} {{ __('static.create_password') }} @csrf @error('email') {{ $message }} @enderror @error('password') {{ $message }} @enderror @error('password_confirmation') {{ $message }} @enderror {{ __('static.reset_password') }} @endsection @push('scripts') @endpush
{{ __('static.create_password') }}