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

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

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

@csrf

@endsection