@extends('portal.ninja2020.layout.clean') @section('meta_title', ctrans('texts.password_reset')) @section('body')
@if($account && !$account->isPaid())
Invoice Ninja logo
@endif

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

@if(session('status'))
{{ session('status') }}
@endif
@csrf @if(request()->has('react') && request()->react == 'true') @endif
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@error('password_confirmation')
{{ $message }}
@enderror
@endsection