@extends('Login.LayoutLogin') @section('Content') {{ Form::open() }}

نسيت كلمة المرور


@if(Session::has('errors')) @endif {{Session::get('message')}}

لإستعادة كلمة المرور ، يرجى كتابة بريدك الإلكتروني ، وسيتم إرسال كلمة المرور الجديدة.




{{ Form::close()}} @stop