@if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @else @endif
@if(file_exists(public_path('images/logo.svg'))) AureusERP @else
A
AureusERP
@endif
@if (Route::has('login')) @endif

{{ __('welcome.hero.title') }}

{{ __('welcome.hero.subtitle') }}

{{ __('welcome.hero.description') }}

{{ __('welcome.features.title') }}

{{ __('welcome.features.sales.title') }}

{{ __('welcome.features.sales.description') }}

{{ __('welcome.features.purchases.title') }}

{{ __('welcome.features.purchases.description') }}

{{ __('welcome.features.inventory.title') }}

{{ __('welcome.features.inventory.description') }}

{{ __('welcome.features.accounting.title') }}

{{ __('welcome.features.accounting.description') }}

{{ __('welcome.features.hr.title') }}

{{ __('welcome.features.hr.description') }}

{{ __('welcome.features.projects.title') }}

{{ __('welcome.features.projects.description') }}

{{ __('welcome.cta.title') }}

{{ __('welcome.cta.description') }}

{{ __('welcome.cta.button') }}