@extends('layouts.admin-master') @section('title') تعديل كلمة السر للطالب {{$user->name}} @endsection @section('content')
@csrf @method('post')
@error('password')
{{ $message }}
@enderror
@error('password_confirmation')
{{ $message }}
@enderror
@endsection