@extends('layouts.master') @section('title', 'Targets Overview') @php($currentPage = 'targets') @section('content') @foreach($profile as $p)

Targets for {{ $p->name }} countrycode == 'UK') 'GB' @else {{ $p->countrycode }}@endif>

@include('components.dateSelection') @include('components.entitySelection') @include('components.entityData') @foreach($targets as $target) @endforeach
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 }}
@endforeach @endsection