@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)
-or-
@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