martinbutt /
laravel-adsense
| 1 | <ins class="adsbygoogle" |
||
|
0 ignored issues
–
show
Coding Style
introduced
by
Loading history...
|
|||
| 2 | @if(isset($ad_style)) |
||
| 3 | style="{!! $ad_style !!}" |
||
| 4 | @endif |
||
| 5 | @if(isset($ad_client)) |
||
| 6 | data-ad-client="{!! $ad_client !!}" |
||
| 7 | @endif |
||
| 8 | @if(isset($ad_slot)) |
||
| 9 | data-ad-slot="{!! $ad_slot !!}" |
||
| 10 | @endif |
||
| 11 | @if(isset($ad_format)) |
||
| 12 | data-ad-format="{!! $ad_format !!}" |
||
| 13 | @endif |
||
| 14 | @if(isset($ad_full_width_responsive)) |
||
| 15 | data-full-width-responsive="{!! $ad_full_width_responsive !!}" |
||
| 16 | @endif |
||
| 17 | > |
||
| 18 | </ins> |
||
| 19 | <script> |
||
| 20 | (adsbygoogle = window.adsbygoogle || []).push({}); |
||
| 21 | </script> |
||
| 22 |