@extends("front/layout.master") @section('title', __('staticwords.Login')) @section('body')
{{-- Left: brand panel --}} {{-- Right: form --}}

{{ __('staticwords.Signin') }}

{{ __('staticwords.LoginWelcome') }}

@if($configs->fb_login_enable == '1' || $configs->google_login_enable == '1' || $configs->twitter_enable == 1 || $configs->linkedin_enable == '1')
@if($configs->google_login_enable == '1') Google @endif @if($configs->fb_login_enable == '1') Facebook @endif @if($configs->twitter_enable == 1) Twitter @endif @if($configs->linkedin_enable == '1') LinkedIn @endif
{{ __('Or continue with') }}
@endif
@csrf
@error('email')

{{ $message }}

@enderror
{{ __('Forgot Password') }}?
@error('password')

{{ $message }}

@enderror

{{ __('Not an account') }}? {{ __('Register') }}

@endsection