@extends('layouts.app') @section('title') @if (!empty($title)) {{ strip_tags($title) }} | @endif @parent @endsection @section('social-meta') @if ($ad->media_img->first()) @else @endif @endsection @section('page-css') @endsection @section('content') @if (get_option('enable_monetize') == 1)
{!! get_option('monetize_code_below_ad_title') !!}
@endif
@livewire('scopead', ['id' => $ad->id], key($ad->id))
{{-- @livewire('winner') --}} @endsection @section('page-js') @if (get_option('enable_fb_comments') == 1)
@endif @endsection