@if ($interventions instanceof \Illuminate\Contracts\Pagination\Paginator)
{{ $interventions->appends(request()->query())->links() }}
@endif