@extends('layouts.app') @section('title', 'تغيير كلمة السر') @section('content')
🔒
SECURITY

تغيير كلمة السر

أدخل كلمة السر الحالية والجديدة

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@foreach ($errors->all() as $error)
⚠️ {{ $error }}
@endforeach
@endif
@csrf
🔑
🛡️
@endsection