@extends('layouts.auth') @section('title', 'Şifreyi Yenile') @section('content') @php $logo = null; foreach (['assets/logo.jpg', 'assets/logo.jpeg', 'assets/logo.png'] as $candidate) { if (file_exists(public_path($candidate))) { $logo = asset($candidate); break; } } @endphp
@if ($logo) @endif

Şifreyi Yenile

Yeni şifrenizi belirleyin.

@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
@endsection