@extends('admin.master') @section('content')
| TIKTOK PIXEL ID | ACCESS TOKEN | TEST EVENT | BROWSER | SERVER | ACTIONS |
|---|---|---|---|---|---|
| {{ $pixel->pixel_id }} | {{ Str::limit($pixel->access_token, 35, '...') }} | {{ $pixel->test_event_code ?? '-' }} | @if($pixel->is_browser_active) Active @else Inactive @endif | @if($pixel->is_server_active) Active @else Inactive @endif | |
| No configurations found. | |||||