@extends('admin.layouts.admin') @section('title', 'تغيير كلمة المرور') @section('content')

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

@csrf
@error('password')

{{ $message }}

@enderror
@endsection