@extends('backEnd.layouts.master') @section('title','Facebook Conversion API Manage') @section('css') @endsection @section('content')

Facebook Conversion API Manage

@foreach($fbConversations as $key => $fbConversation) @endforeach
SL Pixel ID Access Token Test ID Status Action
{{$loop->iteration}} {{$fbConversation->pixel_id}} {{$fbConversation->access_token ? "**************" : ""}} {{$fbConversation->test_event_id ? $fbConversation->test_event_id : ""}} @if($fbConversation->status == 1)
@csrf
@else
@csrf
@endif
@csrf
@endsection @section('script') @endsection