@extends('layouts.app') @push('scripts') @endpush @section('content')
{{ __('Link tests to this profile to define which questions users will answer.') }}
@if($profile->tests()->count() > 0)
{{ __('Currently linked:') }} {{ $profile->tests()->count() }} {{ __('test(s)') }}
@else
{{ __('No tests linked yet.') }}
@endif