Logo

B2B YÖNETİM PANELİ

@csrf

Şifre Sıfırlama

@if ($errors->has('reset_code')) {{ $errors->first('reset_code') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
@if (session('message')) @if(session('type') == 'info') @endif @if(session('type') == 'success') @endif @if(session('type') == 'warning') @endif @if(session('type') == 'error') @endif @endif