@extends('breadcrumbs.auth.main') @section('authpage')
{{__('Sign in to your account')}}
{{__('Warning')}}
{{ __('Do not use real credentials; The application is in demo mode.') }}
{{ __('Demo accounts:') }}
{{ __('The password is ":demoPassword" for all accounts.', ['demoPassword' => 'password']) }}
{{ __('OR') }}
{{__("Don't have an account?")}} {{__('Sign up here')}}