@extends('front.layouts.app') @section('title', 'استعادة كلمة المرور | MedExchange') @section('styles') @endsection @section('content')

استعادة المرور

أدخل بريدك الإلكتروني المسجل وسنقوم بإرسال رابط استعادة كلمة المرور

@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('email') {{ $message }} @enderror
العودة لتسجيل الدخول
@endsection