@php $sidebarImageId = get_static_option('login_page_sidebar_image'); $sidebarImageUrl = $sidebarImageId ? get_attachment_image_by_id($sidebarImageId)['img_url'] ?? null : null; $defaultSidebarImage = asset('assets/frontend/new_design/assets/images/login-page/right-side.png'); $sidebarBgImage = $sidebarImageUrl ?: $defaultSidebarImage; $sidebarTitle = get_static_option('login_page_sidebar_title'); $sidebarDescription = get_static_option('login_page_sidebar_description'); @endphp
@if($sidebarTitle)

{{ $sidebarTitle }}

@else

{{ __('Find the perfect freelance services for your business.') }}

@endif @if($sidebarDescription)

{{ $sidebarDescription }}

@else

{{ __('Discover talented freelancers from around the globe.') }}

{{ __('Get quality work done quickly and budget.') }}

{{ __('Manage your projects with our easy-to-use platform.') }}

@endif

{{ get_static_option('login_page_title') ?? __('Login to Your Account') }}

{{ __("Don't have an account?") }} {{ __('SignUp Now') }}

@php $google_enabled = !empty(get_static_option('login_page_google_login_enable_disable')); $facebook_enabled = !moduleExists('CurrencySwitcher') && !empty(get_static_option('login_page_facebook_login_enable_disable')); $social_login_on = get_static_option('login_page_social_login_enable_disable') == 'on'; @endphp @if ($social_login_on && ($google_enabled || $facebook_enabled)) @php $cols = ($google_enabled && $facebook_enabled) ? 'lg:grid-cols-2' : 'lg:grid-cols-1'; $justify = ($google_enabled && $facebook_enabled) ? 'justify-start' : 'justify-center'; @endphp
@if($google_enabled) @endif @if ($facebook_enabled) @endif
{{ __('or continue with email') }}
@endif
@csrf
{{ __('Forgot Password?') }}
@if (is_test_domain())
{{ __('Username') }} {{ __('Password') }} {{ __('Action') }}
freelancer 12345678
client 12345678
@endif

{{ get_static_option('register_page_choose_role_title') ?? __('Join as a freelancer or client') }}

Freelancer

{{ __('Join as a Freelancer') }}

Client

{{ __('Join as a Client') }}