@if (File::exists(public_path('ads.txt')))
{{ trans('plugins/ads::ads.settings.delete_ads_txt') }}
{!! BaseHelper::clean(trans('plugins/ads::ads.settings.view_ads_txt', ['url' => Html::link(url('ads.txt'), attributes: ['target' => '_blank'])])) !!}
@endif