@extends('businessLayout::index')
@section('pageContent')
{{ __('business/ads.show_desc') }}
@if($adData->status->isPaused())
{{ __('business/ads.ad_is_paused') }}
@endif
@if($adData->approval->isApproved())
@if($adData->status->isPaused())
@elseif($adData->status->isPublished())
@endif
@endif
{{ __('labels.publisher') }}
{{ $adData->user->name }} ({{ $adData->user->caption }})
@if(! $adData->approval->isApproved())
{{ __('labels.approval') }}
{{ $adData->approval->label() }} {{ $adData->approval->emoji() }}
@endif
{{ __('labels.status') }}
{{ $adData->status->label() }} {{ $adData->status->emoji() }}
{{ __('business/ads.price_per_view') }}
{{ $adData->formatted_price_per_view }}
{{ __('business/ads.allocated_budget') }}
{{ $adData->formatted_total_budget }}
{{ __('business/ads.total_budget') }}
{{ $adData->formatted_total_budget }}
{{ __('business/ads.spent_budget') }}
{{ $adData->formatted_spent_budget }}
{{ __('labels.views') }}
{{ $adData->formatted_views_count }}
#ID
{{ $adData->formatted_id }}
{{ __('labels.create_date') }}
{{ $adData->created_at->getFormatted() }}
@endsection
@push('scripts')
@vite('resources/js/mpa/apexcharts.js')
@endpush