@include('more.partials._header') {{-- Promotion Modal --}}
@if (Session::has('message')) @endif
Promote Ad
{{--
--}}
{{--

'{{ $ad['title'] }}' Impressions

--}}
{{--
Ad Impression

{{ $unique_clicks; }}

--}} {{--
Total Visit(s)

{{ $visits; }}

--}} {{-- ctr --}} {{--
Click Through Rate

{{ round($ctr, 2); }}

BOOST
--}}

'{{ $ad['title'] }}' Ad Visitors


{{-- --}} @foreach ($ad_impressions as $i) {{-- --}} @endforeach {{-- --}}
# User Phone Email IP AddressDeviceTime
{{ $i->name }} @if ($i->phone == null) N/A @else {{ $i->phone }} @endif @if ($i->email == null) N/A @else {{ $i->email }} @endif @if ($i->ip_address == null) N/A @else {{ $i->ip_address }} @endif 2011-04-25 {{-- {{ $i['created_at'] }} --}} {{ \Carbon\Carbon::parse($i->created_at)->toDayDateTimeString() }}
# User Phone Email IP AddressDeviceTime
{{--

{{ $title }} Avarage Impressions

--}} {{--
--}}

{{ $ad['title'] }} Ad Engagement



Total Likes

0

{{-- Go somewhere --}}
Total Reviews

0

{{-- Go somewhere --}}
Total Messages

0

{{-- Go somewhere --}}

Visited Locations

Countries

0

{{-- BOOST --}}
Regions

0

{{-- BOOST --}}

Places

0

{{-- BOOST --}}
Areas

0

{{-- BOOST --}}

Phone number views

Phone number views

0

{{-- BOOST --}}
{{-- @section('javascript') {!! $views_per_day_chart->renderChartJsLibrary() !!} {!! $views_per_day_chart->renderJs() !!} @endsection --}} @include('more.partials._footer')