@if($remoteUser->can('dataExport', ['App\Link', $remoteUser->plan->features->data_export]) || (Auth::check() && Auth::user()->role == 1))
{{ __('Are you sure you want to export this table?') }}
@else
@if(paymentProcessors())
@if(Auth::check() && $remoteUser->id == Auth::user()->id)
@include('shared.features.locked')
@else
@include('shared.features.unavailable')
@endif
@else
@include('shared.features.unavailable')
@endif
@endif