@extends('layouts.master') @section('styles') @endsection @section('content')
Update {{$offer->title}}
Allowed macros from App are: [user_id] = for User ID [country] = for country ISO [country_up] = for country ISO in uppercase [email] = for user Email [gaid] = for GAID
@csrf
@foreach((array)$network as $item)
@endforeach

Postback Setup
@endsection @section('scripts') @endsection