@php $pixelMetaIds = $pixels->where('type', 'meta')->pluck('pixel_id'); $pixelGoogleIds = $pixels->where('type', 'google')->pluck('pixel_id'); $pixelLinkedinIds = $pixels->where('type', 'linkedin')->pluck('pixel_id'); $pixelTiktokIds = $pixels->where('type', 'tiktok')->pluck('pixel_id'); $pixelPinterestIds = $pixels->where('type', 'pinterest')->pluck('pixel_id'); @endphp @if($pixelMetaIds->isNotEmpty()) @foreach($pixelMetaIds as $id) @endforeach @endif @if($pixelGoogleIds->isNotEmpty()) @php $firstGoogleId = $pixelGoogleIds->first(); @endphp @endif @if($pixelLinkedinIds->isNotEmpty()) @foreach($pixelLinkedinIds as $id) @endforeach @endif @if($pixelTiktokIds->isNotEmpty()) @endif @if($pixelPinterestIds->isNotEmpty()) @foreach($pixelPinterestIds as $id) @endforeach @endif
@php $logoPath = function_exists('setting') ? setting('logo_path') : null; $logoUrl = $logoPath ? \Illuminate\Support\Facades\Storage::disk('public')->url($logoPath) : null; $siteName = config('filament-short-url.site_name') ?: config('app.name', 'Laravel'); @endphp {{-- Main card --}}{{ __('filament-short-url::default.pixel_loading_title') ?? 'Connecting...' }}
{{ __('filament-short-url::default.pixel_loading_description') ?? 'Preparing your connection and forwarding you now.' }}