@extends('layouts.auth')
@section('content')
{{__('Create an Account')}}
{{__("Already have an account?")}}
{{__('Sign in')}}
@if(config('settings.register') != 'disable' AND env('GOOGLE_CLIENT_ID'))
{{ __('Google with Sign up') }}
@endif
@endsection