@extends('layouts.app') @section('title') {{ __('lng.ForgotPassword') }} @endsection @section('content')

{{ __('lng.ForgotPassword') }}

{{ __('lng.ForgotPasswordContent') }}

@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('email') {{ $message }} @enderror
{{-- Sign In --}}
{{-- OR --}}

Powered By IZAN

@endsection