@vite(['resources/css/app.css', 'resources/js/app.js']) @include('frontend.partials.header')

Sign up (Get 250 free users for cloud and mobile app)

Create new account to get free cloud software for 12 Months.

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