@extends('layouts.admin') @section('content')
{{ csrf_field() }} @include('includes.admin.form-both')

{{ __('Google Login') }}

{{ __('Client ID') }} *

{{ __('Get Your Client ID from console.cloud.google.com') }}

{{ __('Client Secret') }} *

{{ __('Get Your Client Secret from console.cloud.google.com') }}

{{ __('Website URL') }} *

{{ __('Redirect URL') }} *

{{ __('Copy this url and paste it to your Redirect URL in console.cloud.google.com.') }}

@endsection