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

{{ __('models.change_pass') }} 🔒

{{--

يجب أن تكون كلمة مرورك الجديدة مختلفة عن كلمات المرور المستخدمة سابقًا

--}}
@csrf
@error('password') {{ $message }} @enderror
@error('confirm_password') {{ $message }} @enderror

{{ __('models.login') }}

@endsection