@php use VueFileManager\Subscription\Domain\Plans\Models\Plan; $plan = Plan::where('status', 'active')->where('type', 'metered'); @endphp {{ $settings->app_title ?? 'VueFileManager' }} | {{ $settings->app_description ?? __t('app_description') }} {{--StyleSheet--}} {{----}} {{--OG items--}} {{-- Apple Mobile Web App--}} {{--Icons--}} {{--Format Detection--}} @include('vuefilemanager.others.color-template')
@if(env('APP_ENV') !== 'local') {{--Application production script--}} {{--Global site tag (gtag.js) - Google Analytics--}} @if(isset($settings->google_analytics) && $settings->google_analytics) @endif @else {{--Application development script--}} @endif