@php
$isMobile = (
isset($_SERVER['HTTP_USER_AGENT'])
&& \ProcessMaker\Helpers\MobileHelper::isMobile($_SERVER['HTTP_USER_AGENT'])
) ? true : false;
@endphp
@if (!$isMobile)
@endif
{{ __("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.") }}
@component('components.logo')
@endcomponent
@if (! $block)
@endif
@foreach ($addons as $addon)
@include($addon->view, $addon->data)
@endforeach
@if(isset($footer))
{!! $footer !!}
@endif