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

{{__('Create an Account')}}

@csrf
{{ __('Sign up') }}
{{__("Already have an account?")}} {{__('Sign in')}}
@if(config('settings.register') != 'disable' AND env('GOOGLE_CLIENT_ID'))
{{ __('Google with Sign up') }}
@endif
@endsection