/home/bdqbpbxa/api-uniferx.goodface.com.ua/resources/views/templates/section-preview.blade.php
@if($image)
    <a class="uppercase tracking-wide font-bold text-xs link-default" href="{{ asset("images/page-sections/$image") }}" target="_blank">{{__($title)}} section</a>
@else
    <span class="uppercase tracking-wide font-bold text-xs link-default">{{ __($title) }}</span>
@endif