@extends('portal.ninja2020.layout.clean') @section('body')

{{ ctrans('texts.password') }}

{{ ctrans('texts.to_view_entity_password', ['entity' => $entity_type]) }}

@csrf
{{ trans('texts.forgot_password') }}
@if(session('PASSWORD_FAILED'))
{{ ctrans('auth.failed') }}
@endif
@endsection