@if (File::exists(public_path('ads.txt'))) {{ __('Delete ads.txt file') }} {!! BaseHelper::clean(__('View your ads.txt here: :url', ['url' => Html::link(url('ads.txt'), attributes: ['target' => '_blank'])])) !!} @endif