@if(Auth::user()) @yield('meta') @endif @if(Session::has('_alert')) @php list($type,$message) = json_decode(Session::get('_alert')); Session::forget('_alert'); @endphp @endif @yield('title',__('Welcome')) - {{ __('ProcessMaker') }} @yield('css') @isset($addons) @foreach ($addons as $addon) @if (!empty($addon['script'])) {!! $addon['script'] !!} @endif @endforeach @endisset @if (config('global_header')) {!! config('global_header') !!} @endif @{{ __('Skip to Content') }}
@if (shouldShow('leftSideBar')) @else @endif
@include('layouts.navbar')
@yield('content')

@{{__('Sorry! API failed to load')}}

@{{__('Something went wrong. Try refreshing the application')}}

@if(config('broadcasting.default') == 'redis') @endif @yield('js') @isset($addons) @foreach ($addons as $addon) @if (!empty($addon['script_mix'])) @endif @if (!empty($addon['script_mix_module'])) @endif @endforeach @endisset @if (hasPackage('package-accessibility')) @include('package-accessibility::userway') @endif @includeWhen(hasPackage('package-variable-finder'), 'package-variable-finder::index')