@extends('layouts.custommaster') @section('content')

{{lang('Sign Up or Log In')}}

@if(setting('login_disable') == 'on')
@else @if($socialAuthSettings->envato_status == 'enable' || $socialAuthSettings->google_status == 'enable'||$socialAuthSettings->facebook_status == 'enable' || $socialAuthSettings->twitter_status == 'enable')
@if($socialAuthSettings->envato_status == 'enable')
Login with Envato
@endif @if($socialAuthSettings->google_status == 'enable')
Login with Google
@endif @if($socialAuthSettings->facebook_status == 'enable')
Login with Facebook
@endif @if($socialAuthSettings->twitter_status == 'enable')
Login with Twitter
@endif
@endif @endif @endsection @section('scripts') @endsection