@extends('web.layouts.app') @section('title','حسابي') @section('content')
نسيت كلمة المرور
{{csrf_field()}}
كلمة المرور جديدة
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
تاكيد كلمة المرور الجديدة
@if ($errors->has('password_confirmation'))
{{ $errors->first('password_confirmation') }}
@endif
تأكيد
@endsection