@php if (!$account) { $account = app(\App\Models\BusinessAccounts::class); } $account_updated_at = strtotime($account['updated_at']); $user_uid = ''; $account = app(\App\Models\BusinessAccounts::class); $acc_country = $account['country']; $facebook_pixel_id = config('sys.facebook_pixel_id'); $gtm_container_id = config('sys.gtm_container_id'); $skale_pixel_id = config('sys.skale_pixel_id'); $tiktok_pixel_id = config('sys.tiktok_pixel_id'); $account_updated_at = strtotime($account['updated_at']); if(Auth::check()) { $user = Auth::user(); $user_uid = $user->getDetail('app_user_uid'); } // labels $config_registration = [ 'regtext' => __('label.registration_text'), 'login_link_processing' => __('label.login_link_processing'), 'login_link_sent' => __('label.login_link_sent'), ]; $config_error = [ 'default' => __('enterprise.labelDefaultError'), ]; @endphp @if ($account['apple_touch_icon']) @endif {{ $title ?: config('app.name', 'Digital Voucher Platform' . (config('app.IS_DEMO') ? ' Demo' : '')) }} {{-- --}} {{-- --}} {{-- --}} @if($facebook_pixel_id) @endif @if($tiktok_pixel_id) @endif @if($gtm_container_id) @endif @if($skale_pixel_id) @endif @yield('style') @stack('style') @if($gtm_container_id) @endif @if($skale_pixel_id)
@endif {{-- --}}
{{ __('label.loading') }}...
{{ __('label.loading') }}...
{{-- --}} {{--@include('components.enterprise_voucher.script-app-voucher')--}} {{-- --}} {{-- @todo allow admin to edit the js and css thru admin dashboard, and domain specfic script--}} @yield('script') @stack('script')