receipt_long
{{ config('app.name', 'InvoiceApp') }}

Create your Invoice Account

Start managing your finances in minutes. No credit card required.

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @php $companySettings = \App\Models\CompanySetting::getSettings(); $recaptchaEnabled = $companySettings->recaptcha_enabled ?? false; $recaptchaSiteKey = $companySettings->recaptcha_site_key ?? ''; @endphp @if($recaptchaEnabled && $recaptchaSiteKey)
@endif
@if($recaptchaEnabled && $recaptchaSiteKey) @endif
Or continue with

Already have an account? Log in

By clicking "Create Account", you agree to our Terms of Service and Privacy Policy.