@extends('dashboard.layouts.master') @section('title', '{{ $businessName }} – Ads Revenue | Admin Panel') @push('after-styles') @endpush @section('content')
{{-- Header --}}

{{ $businessName }} – Revenue Logs

{{ __('backend.dashboard') }} / Ads Revenue / {{ $businessName }}
{{-- Info Bar --}}

{{ $businessName }}

Sponsor Ads Revenue Detail
$0.00 Total Revenue
{{-- Filter Bar – same structure as commission-reports --}}
{{-- DataTable --}}
Date & Time Amount Ad Type Subscription Expires
{{-- Back button --}}
@endsection @push('after-scripts') @endpush