@extends('layouts.app') @section('title') @if (!empty($title)) {{ $title }} | @endif @parent @endsection @section('page-css') @endsection @section('content') @if (get_option('enable_monetize') == 1)
{!! get_option('monetize_code_above_categories') !!}
@endif
RegĂ­strate Ahora
@if (get_option('enable_monetize') == 1)
{!! get_option('monetize_code_below_premium_ads') !!}
@endif @if ($ads->count())
@foreach ($ads as $ad) @if (!$ad->is_bid_active()) @livewire('adlive', ['id' => $ad->id], key($ad->id)) @endif @endforeach
@else @endif @if (get_option('enable_monetize') == 1)
{!! get_option('monetize_code_below_regular_ads') !!}
@endif @endsection @section('page-js') @endsection