{{ $data }}
@if($show == 'true')
{{ $title }}
@endif @php parse_str($data, $module); $ads = DB::connection('mysql_site_' . session('serverID'))->table('ads')->where('id','=',(isset($module['entityId']) ? $module['entityId'] : null))->get(); @endphp
@if($ads->count() == 0)
Publicidade não definida
@elseif($ads->count() && $ads[0]->type == '1')
Publicidade {{ $ads[0]->name }}
@else @endif