ZumaXEnterprises
Operations foundation
A secure office for work that deserves a clear record.
Private access, mandatory two-factor authentication, defined responsibilities, and traceable activity—ready for the next business modules.
Authorised ZumaX personnel only
ZumaX Office
@if (session('status'))
{{ __(session('status')) }}
@endif
@if ($errors->any())
Please check the following:
@endif
@yield('content')
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach