test material ads

This commit is contained in:
Mahri Ilmedova 2022-08-26 17:37:05 +05:00
parent 95be5feb33
commit 1ff39e24d1
1 changed files with 4 additions and 4 deletions

View File

@ -59,9 +59,9 @@
<div class="container kesde" style="width: 100%; margin-top: 50px">
@if(!empty($topheaderadvs))
<a href="https://content.turkmentv.gov.tm/{{$topheaderadvs->url_bottom}}">
<img src="https://content.turkmentv.gov.tm/{{$topheaderadvs->bottom_img_url}}" alt="{{$topheaderadvs -> alt_bottom}}" style="width: 100%">
</a>
<a href="https://content.turkmentv.gov.tm/{{$topheaderadvs->url_bottom ?? '#'}}">
<img src="https://content.turkmentv.gov.tm/{{$topheaderadvs->bottom_img_url ?? '#'}}" alt="{{$topheaderadvs->alt_bottom ?? ''}}" style="width: 100%">
</a>
@endif
</div>
</div>
@ -86,4 +86,4 @@
@endsection
@endsection