@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('admin/settings/general.google_login') }} @parent @stop @section('header_right') {{ trans('general.back') }} @stop {{-- Page content --}} @section('content')
{{csrf_field()}}

{{ trans('admin/settings/general.google_login') }}

Redirect URL

{{ config('app.url') }}/google/callback

{!! trans('admin/settings/general.google_callback_help') !!}

{{ trans('admin/settings/general.enable_google_login_help') }}

{!! $errors->first('google_client_id', '') !!} @if (config('app.lock_passwords')===true)

{{ trans('general.feature_disabled') }}

@endif
@if (config('app.lock_passwords')===true) @else @endif {!! $errors->first('google_client_secret', '') !!} @if (config('app.lock_passwords')===true)

{{ trans('general.feature_disabled') }}

@endif
@stop