@extends('panel.authentication.layout.app') @section('title', __('Sign in')) @section('form')

{{ __('Sign in') }}

@if ($setting->github_active || $setting->twitter_active || $setting->google_active || $setting->facebook_active)
@if ($setting->google_active) {{ __('Login with Google') }} @endif @if ($setting->github_active) {{ __('Login with Github') }} @endif @if ($setting->twitter_active) {{ __('Login with Twitter') }} @endif @if ($setting->facebook_active) {{ __('Login with Facebook') }} @endif
{{ __('or') }}
@endif
@if($setting->recaptcha_login == 1)
@endif {{ __('Sign in') }} @if ($setting->privacy_enable == 1 && $setting->privacy_enable_login == 1)
{{ __('By proceeding, you acknowledge and accept our') }} {{ __('Terms and Conditions') }} {{ __('and') }} {{ __('Privacy Policy') }} .
@endif @if ($app_is_demo)
{{ __('Role') }} {{ __('Email') }} {{ __('Password') }} {{ __('User') }} user@user.com 12345678 @endif @if ($setting->register_active == 1)
{{ __("Don't have account yet?") }} {{ __('Sign up') }}
@endif @endsection