@extends('admin.layout.app') @section('title', $pageTitle . ' | LVT ') @section('content')
Loading...
@if(auth()->user()->role_id == 1) @endif
@forelse ($reports as $packageName => $adUnits) @foreach ($adUnits as $i => $row) @if ($i === 0) @endif @endforeach @empty @endforelse
App name Đơn vị quảng cáo Tỷ lệ có khớp CTR
{{ $packageName }} {{ $row->ad_unit_name }} {{ $row->match_rate }}% @if ($row->match_rate_operator == '>' ? $row->match_rate > $row->match_rate_threshold : $row->match_rate < $row->match_rate_threshold) ⚠ {{ $row->match_rate_operator }} {{ $row->match_rate_threshold }}% @endif {{ $row->ctr }}% @if ($row->ctr_operator == '>' ? $row->ctr > $row->ctr_threshold : $row->ctr < $row->ctr_threshold) ⚠ {{ $row->ctr_operator }} {{ $row->ctr_threshold }}% @endif
Không có đơn vị quảng cáo nào vi phạm ngưỡng cảnh báo hôm nay.
@endsection @push('styles') @endpush @push('styles') @endpush @push('scripts') @endpush