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