@if (session('status'))
{{-- @include('partials.deletemodal') --}}
@include('layouts.footers.auth')
{{ session('status') }}
@endif
@if (session('delete_status'))
{{ session('delete_status') }}
@endif
Monthly Reports
View monthly reports for websites
No. | @sortablelink('address', 'Website') | @sortablelink('total_impressions', 'Impressions') | @sortablelink('total_clicks', 'Clicks') | @sortablelink('average_ecpm', 'Ecpm') | @sortablelink('total_earnings', 'Earnings') | |
---|---|---|---|---|---|---|
{{ $index + 1 + ($reports->currentPage() - 1) * $reports->perPage() }} | {{ $report->address }} | {{ $report->total_impressions ?? 0 }} | {{ $report->total_clicks ?? 0 }} | {{ round($report->average_ecpm, 2) }} | $ {{ $report->total_earnings ?? 0 }} | {{--{{ $report->created_at->format('d-m-Y h:i A') }} | --}}
Total | {{ $reports->sum('total_impressions') }} | {{ $reports->sum('total_clicks') }} | {{ round($reports->avg('average_ecpm'), 2) }} | $ {{ $reports->sum('total_earnings') }} |