@extends('layout.default') @section('styles') @endsection @section('content')

1.Customization

2.General Settings

@csrf
@if ($errors->any())
@endif
@foreach($template->colors as $color) @endforeach
Select the color
Preview desktop/tablet
@if($template->options->whereIn('name', 'Mobile') != '[]')
Preview mobile
@endif
@if($template->options->whereIn('name', 'Opt-in') != '[]') @endif
This will be part of your URL and will be visible for the visitors. If the Address is already taken, the page will be reloaded and you will lost the modifications, PLEASE CHECK IT BEFORE SUBMIT!
@foreach($groups as $key=>$group) @if($key == $template->group->id -1) {{$group->name}} Recommended
@foreach($group->domains as $key=>$domain) @endforeach
@endif @endforeach @foreach($groups as $key=>$group) @if($key != $template->group->id -1) {{$group->name}}
@foreach($group->domains as $domain) @endforeach
@endif @endforeach
This is the title that will be displayed on the browser tab.
@if($template->options->whereIn('name', 'Smart') != '[]')
This is the page you want to send visitors to, normally the affiliate link.
This is the smart link and you can leave it blank to disable the smart feature.
@endif
If you’re using a tracking tool and need to add a piece of code to your landing page, place it here.
Here you can include the pixel code from Facebook or another retargeting platform.
@if($template->options->whereIn('name', 'Opt-in') != '[]')

Opt-In Settings

Use the button above "Set up your form" to generate the form code

Thank You Page Settings

@endif
{{-- Image Modal--}} {{-- Form Modal--}} @endsection @section('scripts') @endsection