@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
@include('admin.flash_msg') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if($ad->category_type == 'auction' && ! auth()->check())
@lang('app.before_bidding_sign_in_info')
@endif
@if ( ! $ad->is_published())
@lang('app.ad_not_published_warning')
@endif @if( ! empty($ad->video_url))