B2B YÖNETİM PANELİ
@csrf
Şifre Sıfırlama
Sıfırlama Kodu
@if ($errors->has('reset_code'))
{{ $errors->first('reset_code') }}
@endif
Şifre
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
Şifre Tekrar
@if ($errors->has('password_confirmation'))
{{ $errors->first('password_confirmation') }}
@endif
Şifre Oluştur
Lütfen bekleyin...
@if (session('message')) @if(session('type') == 'info') @endif @if(session('type') == 'success') @endif @if(session('type') == 'warning') @endif @if(session('type') == 'error') @endif @endif