@php $manifestPath = public_path('build/manifest.json'); $cssFile = 'build/assets/app-DZORnZqr.css'; $jsFile = 'build/assets/app-CJy8ASEk.js'; if (file_exists($manifestPath)) { $manifest = json_decode(file_get_contents($manifestPath), true); if (isset($manifest['resources/css/app.css']['file'])) { $cssFile = 'build/' . $manifest['resources/css/app.css']['file']; } if (isset($manifest['resources/js/app.js']['file'])) { $jsFile = 'build/' . $manifest['resources/js/app.js']['file']; } } @endphp
description
{{ config('app.name', 'ProInvoice') }}

Sign in to your Account

Welcome back! Please enter your details.

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('error'))
{{ session('error') }}
@endif

SIGN IN WITH EMAIL
@csrf

Need help? Contact Support