@extends('layouts.master') @section('title', 'Targets Overview') @php($currentPage = 'targets') @section('content') @foreach($profile as $p)
Target | Campaign | Camapigntype | Ad Group | Impressions | Clicks | Cost | Orders | Sales | ACOS |
---|---|---|---|---|---|---|---|---|---|
{{ $target->target }} | {{ $target->campaignname }} | {{ $target->campaigntype }} | {{ $target->adgroupname }} | {{ $target->impressions }} | {{ $target->clicks }} | {{ $target->cost }} | {{ $target->orders }} | {{ $target->sales }} | {{ $target->acos }} |