@extends('breadcrumbs.auth.main') @section('authpage')
{{ config('adminlte.logo') }}
@csrf @if ($demoActive)

{{__('Warning')}}

{{ __('Do not use real credentials; The application is in demo mode.') }}

{{ __('Demo accounts:') }}

  • admin@example.com
  • staffmember@example.com
  • enduser@example.com

{{ __('The password is ":password" for all accounts.', ['password' => 'password']) }}

@endif
{{__('messages.forgot_pw')}}
@stop