@if (hasPackage('package-accessibility')) @include('package-accessibility::userway') @endif
@php $isMobile = ( isset($_SERVER['HTTP_USER_AGENT']) && \ProcessMaker\Helpers\MobileHelper::isMobile($_SERVER['HTTP_USER_AGENT']) ) ? true : false; @endphp @if (!$isMobile)

{{ __("Business process automation") }}

{{ __("made") }} {{ __("efficient") }}

{{ __("All the tools to empower anyone to quickly automate processes, from custom forms to unique enterprise workflows and complex business rules.") }}
@endif
@php $loginFooterSetting = \ProcessMaker\Models\Setting::byKey('login-footer'); @endphp @if ($loginFooterSetting) @endif
@foreach(GlobalScripts::getScripts() as $script) @if (strpos($script, '/vendor/processmaker/packages/package-dynamic-ui/js/global.js') !== 0) @endif @endforeach