@extends('layouts.user.focused') @section('content')
@if(config('services.facebook.client_id') && config('services.facebook.client_secret'))

{{tr('or')}}

@endif @if(config('services.google.client_id') && config('services.google.client_secret'))
@endif

{{tr('login_signup_text')}}

{{tr('login')}} {{tr('signup')}}

{{tr('signup_agree')}} {{tr('terms')}} {{tr('and')}} {{tr('privacy')}}

@endsection