@if (env("DEMO_MODE") == "On")
{{--
| {{ translate('Seller Account')}} |
|
--}}
| {{ translate('Customer Account')}} |
|
{{--
| {{ translate('Delivery Boy Account')}} |
|
--}}
@endif
@if(get_setting('google_login') == 1 || get_setting('facebook_login') == 1 || get_setting('twitter_login') == 1 || get_setting('apple_login') == 1)
{{ translate('Or Login With')}}
@if (get_setting('facebook_login') == 1)
-
@endif
@if(get_setting('google_login') == 1)
-
@endif
@if (get_setting('twitter_login') == 1)
-
@endif
@if (get_setting('apple_login') == 1)
-
@endif
@endif
{{ translate('Dont have an account?')}}
{{ translate('Register Now')}}