@extends('layouts.front-end.app') @section('title', translate('sign_in')) @section('content')

{{ translate('sign_in')}}

@csrf
{{ translate('please_provide_valid_email_or_phone_number') }} .
{{ translate('forgot_password') }}?
@php($recaptcha = getWebConfig(name: 'recaptcha')) @if(isset($recaptcha) && $recaptcha['status'] == 1)

@else @endif
@if($web_config['social_login_text'])
{{ translate('or_continue_with') }}
@endif
@foreach (getWebConfig(name: 'social_login') as $socialLoginService) @if (isset($socialLoginService) && $socialLoginService['status'])
@endif @endforeach
{{ translate('Enjoy_New_experience') }} {{ translate('sign_up') }}
@endsection @push('script') @if(isset($recaptcha) && $recaptcha['status'] == 1) @endif @endpush