@extends('layouts.app') @section('title', 'تغيير كلمة المرور') @section('page_title', 'تغيير كلمة المرور') @section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf @method('PUT')
8 أحرف على الأقل وتحتوي حروف وأرقام.
@endsection