@extends('backend.app') @section('content')

Kullanıcı Güncelle

Şifre Değiştirme Formu
@if (session('success'))
{{ session('success') }}
@endif
@csrf
@if ($errors->has('current_password')) {{ $errors->first('current_password') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection