{{-- Actifisys (dnyActifisys) developed by Daniel Brendel (C) 2019 - 2023 by Daniel Brendel Version: 1.0 Contact: dbrendel1988gmailcom GitHub: https://github.com/danielbrendel/ Released under the MIT license --}} @if (env('GA_TOKEN')) @endif {{ env('APP_PROJECTNAME') }} - @yield('title') @if ((isset($additional_meta)) && (is_array($additional_meta))) @foreach ($additional_meta as $key => $value) @endforeach @endif @if (env('APP_ENV') == 'local') @elseif (env('APP_ENV') == 'production') @endif @if (env('STRIPE_ENABLE')) @endif {!! \App\AppModel::getHeadCode() !!}