{{ __('Powered by RazinSoft ©' . date('Y')) }}

{{ __('Welcome to :type', ['type' => $generalSettings->site_name ?? 'ReadyRidy']) }}

{{ __('Sign in') }}

@csrf
@if (config('app.env') === 'local')

{{ __('Email:') }} root@readyridy.com

{{ __('Password:') }} {{ __('secret22') }}

@endif