@extends('admin.master') @section('content')

Google Tag Manager

+ Add Tag
@if(session('success'))
{{ session('success') }}
@endif
@if($tags->isEmpty())

No Google Tags Available

Add a Google Tag Manager to track your marketing campaigns

+ Add Tag
@else @foreach($tags as $tag) @endforeach
TAG ID MEASUREMENT ID MERCHANT TEST EVENT ACTIONS
{{ $tag->tag_id }} {{ $tag->measurement_id ?? '-' }} {{ $tag->merchant ?? '-' }} {{ $tag->test_event_code ?? '-' }}
@csrf @method('DELETE')
@endif
@endsection